点击前往 活动页 领取免费余额!
PS:1.请使用 https://stt.multipost.app 作为前置域名;2.仅支持 .mp3 文件
curl --location --request POST 'https://stt.multipost.app' \ --form 'file=@"/Users/cunkycheng/Downloads/19355979131(19355979131)_20250526174301.mp3"'
{ "success": true, "data": { "task": "string", "language": "string", "duration": 0, "text": "string", "segments": [ { "id": 0, "seek": 0, "start": 0, "end": 0, "text": "string", "tokens": [ 0 ], "temperature": 0, "avg_logprob": 0, "compression_ratio": 0, "no_speech_prob": 0, "language": "string" } ] }, "meta": { "credits": 0 } }