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