v7

latestOpenAPI 3.1.0raw.githubusercontent.com2025-06-30132748.5 KB
Audio Transcriptions

Create a streaming transcription token

Create a temporary authentication token for Streaming Speech-to-Text

post/v1/audio/transcriptions/stream/token

Request body

expiresIninteger required

Duration of the token in seconds

Example request

{
  "expiresIn": 3600
}

Response

Audio transcription stream token

tokenstring

Example response

{
  "token": "tok_EXAMPLE123456789"
}