GET /v1/video/generations/{task_id} until status is succeeded.
Key Capabilities
- Image-to-video — Generate video from an image and text prompt
- Duration control — 3–5 seconds
- Custom resolution — Set
width×height
Quick Example
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
model | string | Yes | Must be wan2.2-i2v-a14b |
prompt | string | Yes | Video description text |
image | string | Yes (i2v) | Reference image URL |
duration | number | No | 3–5 seconds, default 5 |
width | integer | No | Output video width (pixels) |
height | integer | No | Output video height (pixels) |
seed | integer | No | Random seed for reproducible results |
metadata | object | No | Extra parameters passed to upstream API |
Task Status
| Status | Description |
|---|---|
queued | Waiting in queue |
processing | Video generating |
succeeded | Complete — data.url is the video link (valid ~24 hours) |
failed | Failed — data.error contains the error message |
API Reference
View the interactive API Playground for Wan2.2 I2V A14B.

