curl --location --request GET 'https://open-auth.tezign.com/open-api/standard/v1/cf/resource/process/cut-tag/result?taskId' \
--header 'x-asm-prefer-tag: version-env-07' \
--header 'Access-token: ca268e07-882d-4bc9-8e2d-1a4eb2279f32'
{
"code": "0",
"message": "success",
"result": {
"slices": [
{
"downloadUrl": "https://xxx.mp4",
"end": 3000,
"fileType": "video",
"matchTags": [
"外观"
],
"start": 0
}
],
"statusInfo": {
"failedMsg": "",
"status": "done"
},
"taskId": "adsd"
}
}