curl --location --request POST '/api/v1/jobs/createTask' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "kling-v3-motion-control-std",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"image_url": "https://example.com/character-image.png",
"video_url": "https://example.com/reference-motion.mp4",
"prompt": "Transfer the reference motion to the character while keeping the original outfit and face identity",
"character_orientation": "video",
"cfg_scale": 0.5
}
}'