语音系列
创建语音转文本请求
Creates an audio transcription.
POST
/
audio
/
transcriptions
Authorizations
Use the following format for authentication: Bearer <your api key>
Body
multipart/form-data
The audio file object (not file name) to transcribe
对应的模型名称。为更好的提升服务质量,我们将不定期对本服务提供的模型做相关变更,包括但不限于模型上下线,模型服务能力调整,价格调整等,我们会在可行的情况下以公告、消息推送等适当的方式进行通知。
Available options:
FunAudioLLM/SenseVoiceSmall
Response
200 - application/json
Represents a transcription response returned by model, based on the provided input.
The transcribed text.