Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
file
file
required

Audio file to translate

model
string
required

Model ID

prompt
string

Optional English text to guide the model

response_format
string

json, text, srt, verbose_json, or vtt

temperature
number

Sampling temperature (0-1)

Response

English translation in the requested response_format

The response is of type object.

Last modified on August 8, 2026