callBackUrl parameter to receive automatic notifications when generation completes, while still keeping GET /api/v1/jobs/recordInfo polling as a fallback.curl --location --request POST '/api/v1/jobs/createTask' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "kling-v3-motion-control-pro",
"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": "Preserve the character appearance and apply the dance motion from the reference video",
"character_orientation": "video",
"cfg_scale": 0.5
}
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "task_kling_v3_motion_control_pro_1765166238716"
}
}