本文档由 数眼智能 提供,专注于人工智能行业的API服务商! 扫码入群即可领取免费额度!
curl --location --request POST 'https://api.shuyanai.com/v1/audio/transcriptions' \
--header 'Authorization: {{Authorization}}' \
--form 'model="whisper-1"' \
--form 'file="input.wav"' \
--form 'response_format="json"'{
"text": "我这边现在初步评估下来可能要一天左右 然后就先按这个一天左右来报吧好不好",
"logprobs": null,
"usage": null
}