apiKey: ********************{
"videoUrl": "https://example.com/video.mp4",
"gifUrl": "https://example.com/animation.gif",
"width": 50,
"height": 50,
"scalePercent": 100,
"opacity": 1
}curl --location --request POST '/api/video/addGif' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"videoUrl": "https://example.com/video.mp4",
"gifUrl": "https://example.com/animation.gif",
"width": 50,
"height": 50,
"scalePercent": 100,
"opacity": 1
}'{
"errorMessage": "string",
"code": 0,
"aboutUrl": "string",
"traceId": "string",
"videoUrl": "/api/video/files/generated_video_123.mp4",
"downloadUrl": "/api/video/download/generated_video_123.mp4"
}