Skip to main content
POST
Synchronous endpoint — returns the recognition result directly when the request completes.

Available Models

Two Endpoints

Speech-to-text

Transcribe audio into text in its original language.

Speech translation

Translate audio into English text. Parameters are the same as the transcription endpoint.

Request Parameters

Use the multipart/form-data format:
file
required
Audio file. Supported formats: mp3, mp4, mpeg, mpga, m4a, wav, webm.
string
required
Model ID: whisper-1

Response

string
The recognized or translated text.