latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-181,0851,7264.5 MB

e32d46c5945b

Audio

Transcribe speech to text

Transcribe speech to text. This endpoint is consistent with the OpenAI Transcription API and may be used with the OpenAI JS or Python SDK.

post/ai/audio/transcriptions

Response

Successful Response

textstring required

The transcribed text for the audio file.

durationnumber

The duration of the audio file in seconds. Returned by distil-whisper/distil-large-v2 and deepgram/nova-3 when response_format is verbose_json. Not returned by openai/whisper-large-v3-turbo.