{
"businessTaskId": "test111",
"staticText": "这是一个水印",
"videoUrl": "video/hgpx-v-240426-1_1_x265.mp4"
}
curl --location --request POST 'https://api.zhiqite.com/AIGCImgOpenServ/saas/video/watermark' \
--header 'X-Request-req-accessKeyId;' \
--header 'X-Request-req-accessKeySecret;' \
--header 'Content-Type: application/json' \
--data-raw '{
"businessTaskId": "test111",
"staticText": "这是一个水印",
"videoUrl": "video/hgpx-v-240426-1_1_x265.mp4"
}'
{"code":"200","data":{"businessTaskId":"test111","outputVideoUrl":"/Output-Img2/zjy/VideoWatermark/pre1723106420682124529514_watermark_634b5d872e964c218ed632d713acb7b7.mp4","status":2,"taskId":"pre1723106420682124529514","videoInfo":{"bitrate":6000,"duration":32.11,"format":"mp4","fps":60.0,"shape":[1080,1920],"size":93295149}},"msg":"success"}