POST
/
audio
/
transcriptions

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
file
file
required

The audio file object (not file name) to transcribe

model
enum<string>
required

The name of the audio model to use.

Available options:
FunAudioLLM/SenseVoiceSmall

Response

200 - application/json
text
string
required

The transcribed text.