{
"businessTaskId": "test111",
"videoUrl": "video/hgpx-v-240426-1_1_x265.mp4",
"ext": "mp4",
"model": "briaai"
}
curl --location --request POST 'https://api.zhiqite.com/AIGCImgOpenServ/saas/video/remove' \
--header 'X-Request-req-accessKeyId: openapi-as75xhhv1sxrhxbd' \
--header 'X-Request-req-accessKeySecret: r5tw49kku3nz6csiijjkxub7c33145i1' \
--header 'Content-Type: application/json' \
--data-raw '{
"businessTaskId": "test111",
"videoUrl": "video/hgpx-v-240426-1_1_x265.mp4",
"ext": "mp4",
"model": "briaai"
}'
{
"code": "string",
"data": {
"businessTaskId": "string",
"outputVideoUrl": "string",
"status": 0,
"taskId": "string",
"videoInfo": {
"bitrate": 0,
"duration": 0,
"format": "string",
"fps": 0,
"shape": [
0
],
"size": 0
}
}
}