/audio/transcriptionsCreate an audio transcription
Transcribes an uploaded audio file into its input language. Supply file and model, then choose the output format, language guidance, timestamps, speaker references, or streaming behavior. A successful response contains a transcription object or streamed transcript events.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
Multipart form data containing the audio file, transcription model, language guidance, output settings, and optional speaker or streaming configuration.
One documented failure
slow_downYour request rate increased too quickly. Please reduce the request rate and gradually increase it again.
Traffic increased too quickly
One documented failure
server_is_overloadedThe model is temporarily overloaded. Please retry your request after a brief delay.
The requested model is temporarily overloaded
A 429 is returned when the request exceeds the rate limit, and a 503 is returned when the service or requested model is temporarily unavailable. file and model are required; languages must contain at least one item when supplied, known_speaker_names and known_speaker_references allow at most four items, and response_format must be one of the listed formats.