本文档由 云音工坊 自动生成,如有疑问,请联系客服微信:yuntts !
curl --location 'https://www.yuntts.com/api/v1/f5-tts-status' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"request_id": "019e4446-94d6-7763-a19e-735c2c1be9c5"
}'{
"code": 200,
"message": "任务正在处理中",
"data": {
"request_id": "019e3fc8-810d-7460-b178-69301ecaf6e4",
"status": "processing",
"message": "任务正在处理中"
}
}