API ReferenceAudio & Others
Audio translation.
Translate audio into English text.
Authorization
bearerAuth AuthorizationBearer <token>
Authenticate using an Authorization Bearer API Key.
In: header
Request Body
multipart/form-data
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/v1/audio/translations" \ -F file="" \ -F model=""{
"text": "string"
}