Create Transcription
Transcribes audio into text using the specified model. The request must be sent asmultipart/form-data.
Request Body (multipart/form-data)
| Parameter | Type | Required | Description |
|---|---|---|---|
model | string | Yes | The transcription model to use (e.g., openai/whisper-large-v3-turbo). |
file | file | Yes | The audio file to transcribe. Supported formats include mp3, wav, m4a, webm, and mp4. |
Example Request
Response
| Field | Type | Description |
|---|---|---|
text | string | The transcribed text. |
duration | number | Duration of the audio file in seconds. |
language | string | Detected language code (ISO 639-1). |