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-pro",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "A cinematic coffee commercial: a ceramic cup on a wooden table, morning sunlight, steam rising slowly, smooth camera push-in",
"aspect_ratio": "16:9",
"duration": 5,
"negative_prompt": "blur, distort, and low quality",
"generate_audio": true,
"cfg_scale": 0.5
}
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "task_kling_v3_pro_1765166238716"
}
}