Audio Transcriptions
Transcribe or translate audio through the Zora API. Audio endpoints use multipart form uploads and require a paid Zora API key.
POST/v1/audio/transcriptions
POST/v1/audio/translations
Supported Models
| Model | Use |
|---|
whisper-large-v3 | Higher-accuracy transcription and translation |
whisper-large-v3-turbo | Lower-latency transcription |
Example Request
curl https://api.zora.io.vn/v1/audio/transcriptions \
-H "Authorization: Bearer zr_live_sk_your_key" \
-F file="@audio.mp3" \
-F model="whisper-large-v3"
Request Fields
| Field | Required | Description |
|---|
file | Yes | Audio file upload |
model | Yes | Zora audio model ID |
language | No | Optional ISO language hint for transcription |
response_format | No | json, text, verbose_json, srt, or vtt |