Endpoints
Create Audio Transcription
Returns an audio.transcription
object with the generated transcription.
POST
/
v1
/
audio
/
transcriptions
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