curl --location 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "kling-3.0-omni/transformation",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "Transform the input video into a cinematic night scene while preserving the character movements from the original video.",
"video_urls": [
"https://example.com/source-video.mp4"
],
"resolution": "720p",
"aspect_ratio": "auto",
"audio": false
}
}'