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-6-video-to-video",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "The video drinks milk tea while doing some improvised dance moves to the music.",
"video_urls": [
"https://static.aiquickdraw.com/tools/example/1765957777782_cNJpvhRx.mp4"
],
"duration": "5",
"resolution": "1080p"
}
}'