curl --location --request POST 'https://api.mindcraft.com.cn/v1/video/generations' \
--header 'Authorization: Bearer ' \
--form 'model="wanx2.1-kf2v-plus"' \
--form 'prompt="人物在画面左侧静止,镜头缓缓向右移动,逐渐展现人物正脸,最后定格在人物完全转过头的表情特写。"' \
--form 'first_frame=@""' \
--form 'last_frame=@""' \
--form 'prompt_extend="true"'
{
"id": "70ace90a528f47efbd8ed3523cb422d2",
"model": "wanx2.1-i2v-plus",
"category": null,
"usage": {
"cost_points": 3500,
"cost_remake": "1 video 消耗 3500"
},
"data": {
"category": "tongyi_itv",
"model": "wanx2.1-i2v-plus",
"task_id": "c8ac64e0-cd95-4088-aed2-f6d8c7eee016"
}
}