curl --location --request GET 'https://open-auth.tezign.com/open-api/standard/v1/cf/video-task/detail?taskId' \
--header 'x-asm-prefer-tag: version-env-07' \
--header 'Access-token: ca268e07-882d-4bc9-8e2d-1a4eb2279f32'
{
"code": "0",
"message": "success",
"result": {
"bitrate": 11904079,
"downloadUrl": "https://xxx.mp4?filename=ssdad",
"duration": 11131392,
"frameRate": 30,
"height": 1920,
"status": {
"failedMsg": "",
"status": "done"
},
"taskId": "minim",
"title": "视频标题",
"width": 1080
}
}