callBackUrl parameter to receive automatic notifications when generation completes, while still keeping GET /api/v1/jobs/recordInfo polling as a fallback.curl --location '/api/v1/jobs/createTask' \
--header 'Content-Type: application/json' \
--data '{
"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
}
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "task_kling_v3_motion_control_std_1765166238716"
}
}