Authorizations
Body
multipart/form-data
URL of the audio file to transcribe.
Example:
"https://example.com/audio.mp3"
Audio file to upload and process directly.
Language spoken in the audio (empty for auto-detection).
Example:
"en"
Whether to translate the transcription to English.
Example:
false
Format of the transcribed output.
Available options:
plain_text
, formatted_text
, srt
, vtt
Example:
"plain_text"
Format of the translated output (currently unused).
Available options:
plain_text
, formatted_text
, srt
, vtt
Example:
"plain_text"
Whether to include word-level timestamps.
Example:
false
Callback URL for async processing results.
Example:
"http://your-webhook-url.com/callback"