curl --location --request POST 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "kling/v2-1-master-image-to-video",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "A team of paratroopers descends into enemy territory, as they pass through clouds, the camera switches to a slow pan above the battlefield lighting up with",
"image_url": "https://file.aiquickdraw.com/custom-page/akr/section-images/1755256297923kmjpynul.png",
"duration": "5",
"negative_prompt": "blur, distort, and low quality",
"cfg_scale": 0.5
}
}'