curl --location --request POST 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "wan/2-5-text-to-video",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "A dimly lit jazz bar at night, wooden tables glowing under warm pendant lights. Patrons sip drinks and chat quietly while a three-piece band performs on stage. The saxophone player stands under a spotlight, gleaming instrument reflecting the light. No dialogue. Ambient audio: smooth live jazz music with saxophone and piano, clinking glasses, low murmur of audience conversations, occasional burst of laughter from a nearby table. Camera: slow pan across the crowd, then gentle zoom toward the saxophone player'\''s solo, focusing on expressive hand movements.",
"duration": "5",
"aspect_ratio": "16:9",
"resolution": "1080p",
"negative_prompt": "blurry, flicker, low quality, distorted people, camera shake",
"enable_prompt_expansion": true,
"seed": 123456,
"nsfw_checker": false
}
}'