Translations
POST
{{BASE_URL}}/v1/audio/translations
Request
Header Params
Authorization
string
required
Example:
Authorization: Bearer ********************
Example:
Bearer {{YOUR_API_KEY}}
Body Params multipart/form-data
file
file
required
model
string
required
prompt
string
optional
response_format
string
optional
temperature
number
optional
Sampling temperature, between 0 and 1. A higher value such as 0.8 will make the output more random, while a lower value such as 0.2 will make it more focused and deterministic. If set to 0, the model will automatically increase the temperature using logarithmic probability until a specific threshold is reached.
Request samples
Responses
Modified at 2025-03-30 03:28:25