Translations

Convert audio in any supported language to English text.

POSThttps://your-instance.com/v1/audio/translations

Identical 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"