本文档由 云音工坊 自动生成,如有疑问,请联系客服微信:yuntts !
curl --location 'https://www.yuntts.com/api/v1/speech_task_cancel' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"task_id": "HVPLOO449AT5NOD6RLKRCXV4QRAQPMH2"
}'{
"code": 200,
"message": "取消成功",
"data": {
"task_id": "b3f7a2e1-4c5d-6e7f-8a9b-0c1d2e3f4a5b",
"status": "cancelled",
"message": "任务已取消,费用已返还"
}
}