v1
latestOpenAPI 3.0.32026-07-132681171.6 KBCreate 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
Example response
{
"text": "Hello, world.",
"usage": {
"type": "tokens"
}
}