POST
/
audio
/
transcriptions

Authorizations

Authorization
string
headerrequired

Use the following format for authentication: Bearer <your api key>

Body

multipart/form-data
file
file
required

The audio file object (not file name) to transcribe

model
enum<string>
required

对应的模型名称。为更好的提升服务质量,我们将不定期对本服务提供的模型做相关变更,包括但不限于模型上下线,模型服务能力调整,价格调整等,我们会在可行的情况下以公告、消息推送等适当的方式进行通知。

Available options:
FunAudioLLM/SenseVoiceSmall

Response

200 - application/json

Represents a transcription response returned by model, based on the provided input.

text
string
required

The transcribed text.