curl --request POST \
--url https://api.powertokens.ai/ali/api/v1/services/aigc/image2video/video-synthesis \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: <content-type>' \
--header 'X-DashScope-Async: <x-dashscope-async>' \
--data '
{
"model": "wan2.2-kf2v-flash",
"input": {
"first_frame_url": "https://wanx.alicdn.com/material/20250318/first_frame.png",
"last_frame_url": "https://wanx.alicdn.com/material/20250318/last_frame.png",
"prompt": "写实风格,一只黑色小猫好奇地看向天空,镜头从平视逐渐上升,最后俯拍它的好奇的眼神。"
},
"parameters": {
"resolution": "480P",
"prompt_extend": true
}
}
'