wan2.2-animate-move(Image-to-Motion)
Run in Apifox
From Tongyi Wanxiang's wan2.2-animate-move Image-to-Motion Model Generates character motion videos based on character images + reference videos , enabling motion/expression transfer and bringing dynamic performance to static characters. Use Cases# High-difficulty action reproduction
Film and TV performance recreation
Low-cost motion capture alternative
Modes and Pricing# Mode Features Suitable Scenarios Price (PTC/sec) wan-std Fast generation, cost-effective Basic demos, light needs 0.07 wan-pro Smooth, natural animation, close to real filming Professional production, high quality 0.1
Request Body Params application/json
{
"model" : "wan2.2-animate-move" ,
"input" : {
"image_url" : "https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20250919/adsyrp/move_input_image.jpeg" ,
"video_url" : "https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20250919/kaakcn/move_input_video.mp4"
} ,
"parameters" : {
"check_image" : true ,
"mode" : "wan-std"
}
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/aliyun/api/v1/services/aigc/image2video/video-synthesis' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "wan2.2-animate-move",
"input": {
"image_url": "https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20250919/adsyrp/move_input_image.jpeg",
"video_url": "https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20250919/kaakcn/move_input_video.mp4"
},
"parameters": {
"check_image": true,
"mode": "wan-std"
}
}'
Responses application/json Generate Code
{
"request_id" : "da2d1391-354a-4ee1-9ead-d6187405f14b" ,
"output" : {
"task_id" : "2357433d-4888-41cc-87bc-a6fab61cfb58" ,
"task_status" : "PENDING"
}
}
Modified at 2025-09-23 09:51:53