Processes an audio file to generate a transcription of the spoken content with support for language detection, translation, and multiple output formats.
URL of the audio file to transcribe.
"https://example.com/audio.mp3"
Audio file to upload and process directly.
Language spoken in the audio (empty for auto-detection).
"en"
Whether to translate the transcription to English.
false
Format of the transcribed output.
plain_text, formatted_text, srt, vtt "plain_text"
Format of the translated output (currently unused).
plain_text, formatted_text, srt, vtt "plain_text"
Whether to include word-level timestamps.
false
Callback URL for async processing results.
"http://your-webhook-url.com/callback"