{
"businessTaskId": "test111",
"videoUrl": "Output-Img2/zjy/video/to_upscae.mp4",
"scalingRatio":"2"
}
curl --location --request POST 'https://api.zhiqite.com/AIGCImgOpenServ/saas/video/enlarge' \
--header 'X-Request-req-accessKeyId: openapi-b36wlodifjhz95cs' \
--header 'X-Request-req-accessKeySecret: l6l37c5p7k50je2r05wo56k7e1yqvs36' \
--header 'Content-Type: application/json' \
--data-raw '{
"businessTaskId": "test111",
"videoUrl": "Output-Img2/zjy/video/to_upscae.mp4",
"scalingRatio":"2"
}'
{
"code": "string",
"data": {
"businessTaskId": "string",
"outputVideoUrl": "string",
"status": 0,
"taskId": "string",
"videoInfo": {
"bitrate": 0,
"duration": 0,
"format": "string",
"fps": 0,
"shape": [
0
],
"size": 0
}
}
}