{ "task_code": "string" }
curl --location --request GET 'https://api.chaohui.ai/shortvideo/human/generate-detail?app_id=&app_token=' \ --header 'Content-Type: application/json' \ --data '{ "task_code": "string" }'
{ "status": "string", "code": 0, "data": { "status": 0, "result": { "video_url": "string", "video_duration": 0 } } }