curl --location --request POST '/api/v1/jobs/createTask' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "kling-v3-omni-std-video-reference",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "Use @Video1 as the movement reference and create a clean product showcase video",
"video_url": "https://example.com/reference-video.mp4",
"image_url": "https://example.com/start-frame.png",
"aspect_ratio": "16:9",
"duration": 5,
"negative_prompt": "blur, distort, and low quality",
"cfg_scale": 0.5
}
}'