curl --location 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "runway/gen4-aleph",
"callBackUrl": "https://api.example.com/callback",
"input": {
"prompt": "A majestic eagle soaring through mountain clouds at sunset with cinematic camera movement",
"video_url": "https://example.com/input-video.mp4",
"watermark": "kie.ai",
"upload_cn": false,
"aspect_ratio": "16:9",
"seed": 123456,
"reference_image": "https://example.com/reference.jpg"
}
}'