语音识别接口
POST
/v1/audio/transcriptions请求参数
[message.headerParameter]
[message.bodyParameter]multipart/form-data
file
file
可选
音频文件,支持 mp3, mp4, mpeg, mpga, m4a, ogg, wav, or webm, flac, amr 类型
示例代码
[api.label.responses]
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
[response.label.jsonSchema]
text
string
文本内容
语音识别的文本内容
[api.label.example]
{
"text": "你好,请问有什么需要帮助的?"
}
[updatedIn] 1 个月前