| Resolution | Price |
|---|---|
| 720P | $0.08/s |
| 1080P | $0.12/s |
{
"model": "Wan",
"task_type": "wan26-img2video",
"input": {
"prompt": "A cool guy rapping in the night",
"negative_prompt": "low resolution",
"image": "https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20250925/wpimhv/rap.png",
"prompt_extend": true,
"shot_type": "multi",
"audio_url": "https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20250925/ozwpvi/rap.mp3",
"audio": true,
"resolution": "720p",
"duration": 5,
"watermark": false,
"seed": 0
},
"config": {
"webhook_config": {
"endpoint": "https://webhook.site/3c7b8a0b-bf72-46cc-8fb9-e5ca37100f9b",
"secret": ""
}
}
}curl --location --request POST 'https://api.piapi.ai/api/v1/task' \
--header 'X-API-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "Wan",
"task_type": "wan26-img2video",
"input": {
"prompt": "A cool guy rapping in the night",
"negative_prompt": "low resolution",
"image": "https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20250925/wpimhv/rap.png",
"prompt_extend": true,
"shot_type": "multi",
"audio_url": "https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20250925/ozwpvi/rap.mp3",
"audio": true,
"resolution": "720p",
"duration": 5,
"watermark": false,
"seed": 0
},
"config": {
"webhook_config": {
"endpoint": "https://webhook.site/3c7b8a0b-bf72-46cc-8fb9-e5ca37100f9b",
"secret": ""
}
}
}'{
"code": 200,
"data": {
"task_id": "17057d78-7144-4df5-b65d-fbcdba910a24",
"model": "Wan",
"task_type": "wan26-img2video",
"status": "pending",
"config": {
"service_mode": "",
"webhook_config": {
"endpoint": "https://webhook.site/3c7b8a0b-bf72-46cc-8fb9-e5ca37100f9b",
"secret": ""
}
},
"input": {
"prompt": "A cool guy rapping in the night",
"negative_prompt": "low resolution",
"image": "https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20250925/wpimhv/rap.png",
"prompt_extend": true,
"shot_type": "multi",
"audio_url": "https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20250925/ozwpvi/rap.mp3",
"audio": true,
"resolution": "720P",
"duration": 5,
"watermark": false,
"seed": 0
},
"output": null,
"meta": {
"created_at": "2025-12-17T10:33:15.584111468Z",
"started_at": "0001-01-01T00:00:00Z",
"ended_at": "0001-01-01T00:00:00Z",
"usage": {
"type": "point",
"frozen": 4000000,
"consume": 0
},
"is_using_private_pool": false
},
"detail": null,
"logs": [],
"error": {
"code": 0,
"raw_message": "",
"message": "",
"detail": null
}
},
"message": "success"
}