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-image-to-video",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "参考图中的同一位女性直视镜头,先轻轻吸气,然后灿烂地微笑并充满热情地说:“你听说了吗?阿里巴巴 Wan 2.5 API 已经上线 Kie.ai!” 环境音:安静的室内氛围,柔和自然的房间音。镜头:中近景,稳定构图,自然日光氛围,口型与对白精准同步。",
"image_url": "https://file.aiquickdraw.com/custom-page/akr/section-images/1758796480945qb63zxq8.webp",
"duration": "5",
"resolution": "1080p",
"negative_prompt": "模糊、闪烁、画面抖动、畸形、低质量",
"enable_prompt_expansion": true,
"seed": 123456
}
}'