Multilingual Fast Transcription Batch
Fast multilingual batch transcription. Optionally declare the spoken language for the fastest path; otherwise the language is detected automatically.
Authorizations
API key used for authentication and usage tracking.
Body
Audio file to transcribe. Must be non-empty. Supported formats:
.aac, .aiff, .flac, .mov, .mp3, .mp4, .ogg,
.opus, .wav, .webm. Maximum file size: 100 MB.
Optional. The spoken language as a short code (e.g. en,
es, fr, ja). When provided, the audio is transcribed
directly in that language and the same value is echoed back
in the language response field. When omitted, the language
is detected automatically and the detected code is returned
in that field.
"es"
Response
Transcription completed successfully.
The complete transcribed text from the audio file. Text includes automatic capitalization and punctuation. May be an empty string if no speech was recognized.
"Hola a todos. Bienvenidos a la junta semanal."
The total duration of the processed audio in milliseconds.
x >= 04200
The language the transcript is in, as a short code (e.g. en, es,
fr, ja).
If the request declared a language, that value is echoed back
unchanged. If it was omitted, this is the language detected
automatically from the audio.
For audio containing more than one language, this reports the predominant language detected. The transcript itself still reflects each part of the audio in the language spoken there.
"es"