Audio Translation
POST /v1/audio/translations
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
file | string | Required | - |
model | string | Required | - |
prompt | string | Optional | - |
response_format | string | Optional | - |
temperature | number | Optional | - |
Request Example
{
"body": {
"file": "string",
"model": "string"
}
}
Response Fields(200)
| Field Name | Type | Description |
|---|---|---|
file | file | - |
model | string | - |
prompt | string | - |
response_format | string | - |
temperature | number | - |