Transform images into dynamic videos powered by Wan's advanced AI model
callBackUrl parameter to receive automatic notifications when generation completes, rather than polling the status endpoint.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-flash-image-to-video",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "Anthopmopric fox singing a Christmas song at the rubbish dump in the rain.",
"image_urls": [],
"duration": "5",
"resolution": "1080p",
"audio": false,
"multi_shots": false,
"nsfw_checker": false
}
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "task_wan_1772011327514"
}
}