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 Voice Translation API

Session minting and language discovery for the real-time voice translation service.

Krisp Voice Translation 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 Voice Translation. 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 2 operations across 2 paths, and defines 5 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.

2 operations 2 paths 5 schemas 2 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 Voice Translation 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 2

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

Voice Translation 2

Session minting and language discovery for the real-time voice translation service.

GET
/v2/sdk/voice-translation/session/token
Mint a Voice Translation session key
createVoiceTranslationSessionToken 1 param → 200401402429500
GET
/voice-translation/languages
List supported voice translation languages
listVoiceTranslationLanguages → 200401429500

Schemas 5

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

SessionTokenResponse
object
1 property
LanguagesResponse
object
4 properties
Language
object
2 properties
SessionToken
object
5 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-voice-translation-api-openapi.yml Raw ↑

Other APIs Krisp publishes across the network.

Krisp SDK Distribution API