Translate audio into English text
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Body Params multipart/form-dataRequired
Request Code Samples
curl --location '/v1/audio/translations' \
--header 'Authorization: Bearer <token>' \
--form 'file=@""' \
--form 'model=""' \
--form 'prompt=""' \
--form 'response_format=""' \
--form 'temperature=""'
Responses
Translation completed successfully
Modified at 2026-05-23 05:25:04