{
"businessTaskId": "test222",
"videoUrl": "Output-Img2/zjy/video/demo.mp4",
"scalingRatio": 2
}
curl --location --request POST 'https://api.zhiqite.com/AIGCImgOpenServ/saas/video/interpolation' \
--header 'X-Request-req-accessKeyId;' \
--header 'X-Request-req-accessKeySecret;' \
--header 'Content-Type: application/json' \
--data-raw '{
"businessTaskId": "test222",
"videoUrl": "Output-Img2/zjy/video/demo.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
}
}
}