POST https://api.tokenhot.aiW1/audio/translationswhisper-1curl --location 'https://api.tokenhot.ai/v1/audio/translations' \
--header 'Content-Type: application/json' \
--data-raw '{
"file": "@binary_file_object",
"model": "whisper-1",
"prompt": "Optional: Prompt to guide translation",
"response_format": "json",
"temperature": 0
}'{
"text": "Hello everyone, today we are demonstrating the translation capabilities of the Whisper model. It can accurately convert speech into English text."
}