Knowledge base

Tìm nhanh trong tài liệu Zora

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

ModelUse
whisper-large-v3Higher-accuracy transcription and translation
whisper-large-v3-turboLower-latency transcription

Example Request

curl
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

FieldRequiredDescription
fileYesAudio file upload
modelYesZora audio model ID
languageNoOptional ISO language hint for transcription
response_formatNojson, text, verbose_json, srt, or vtt