Endpoints
Create Audio Translation
Returns an audio.translation
object with the generated translation.
POST
/
v1
/
audio
/
translations
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
multipart/form-data
file
file
requiredmodel
string
Defaults to whisper-large
. The id of the model to use for the transcription
Response
200 - application/json
text
string