v1

latestOpenAPI 3.0.32026-07-132681171.6 KB

Create transcription

Transcribes audio into text using a speech-to-text model. The audio file is sent as multipart/form-data.

post/v1/audio/transcriptions

Response

Transcription result

textstring required

The transcribed text.

Example response

{
  "text": "Hello, world.",
  "usage": {
    "type": "tokens"
  }
}