Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Krisp SDK Distribution API

Programmatic retrieval of licensed SDK packages and model files.

Krisp SDK Distribution API is one of 2 APIs that Krisp publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include SDK Distribution. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, and an AsyncAPI specification.

This API exposes 1 operation across 1 path, and defines 4 schemas. It is described by OpenAPI 3.1.0, at version v2.

Requests are made against a single base URL, https://api.developers.krisp.ai.

1 operations 1 paths 4 schemas 1 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v2
Base URL
https://api.developers.krisp.ai
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Krisp SDK Distribution API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (ApiKeyAuth). By default, every request must be authenticated.

  • ApiKeyAuth — Account API key from https://developers.krisp.ai/, sent as: api-key YOURAPIKEY

Paths & Operations 1

Across 1 path, the API surfaces 1 operation — 1 GET. Each is listed below with its method, path, parameters, and response codes.

SDK Distribution 1

Programmatic retrieval of licensed SDK packages and model files.

GET
/v2/sdk/versions/{id}/download-urls
Get short-lived download URLs for an SDK version and its models
getSdkVersionDownloadUrls 1 param → 200401429500

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are SdkVersion (8 properties), SdkModel (5 properties), SdkDownloadUrlsResponse (2 properties), Error (1 property). Each schema is shown below with its type and property counts.

SdkDownloadUrlsResponse
object
2 properties
SdkModel
object
5 properties
SdkVersion
object
8 properties
Error
object
Krisp error payload. Not RFC 9457 problem+json.
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

krisp-sdk-distribution-api-openapi.yml Raw ↑

Other APIs Krisp publishes across the network.

Krisp Voice Translation API