POST
https://your-instance.com/v1/audio/translationsIdentical to transcriptions except the output is always English, whatever was spoken. There is no target-language parameter; English is the only destination.
curl
curl https://your-instance.com/v1/audio/translations \ -H "Authorization: Bearer $CLAWROUTER_API_KEY" \ -F file="@interview-ja.mp3" \ -F model="whisper-1"
