本文档由 云音工坊 自动生成,如有疑问,请联系客服微信:yuntts !
curl --location 'https://www.yuntts.com/api/v1/indextts-flagship-status' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"task_id": "bca34ac3-7e4c-4719-9471-6bfd06812c6d"
}'{
"code": 200,
"message": "语音合成成功",
"data": {
"task_id": "3b00652e-eff5-467a-b7f1-c3b9922ab359",
"status": "completed",
"audio_url": "https://your-domain.com/wp-content/uploads/indextts302/xxx.wav"
}
}