创建语音转文本请求
Creates an audio transcription.
POST
Authorizations
Use the following format for authentication: Bearer <your api key>
Body
multipart/form-data; boundary=<calculated when request is sent>
The audio file object (not file name) to transcribe
Corresponding Model Name. To better enhance service quality, we will make periodic changes to the models provided by this service, including but not limited to model on/offlining and adjustments to model service capabilities. We will notify you of such changes through appropriate means such as announcements or message pushes where feasible.
Available options:
FunAudioLLM/SenseVoiceSmall
Example:
"FunAudioLLM/SenseVoiceSmall"
Response
200
application/json
200
Represents a transcription response returned by model, based on the provided input.
The transcribed text.