GET /v1/video/generations/{task_id} until status is succeeded.
Key capabilities
- Image-to-video — Generate videos from an image + text prompt
- Image-to-video — Provide a reference image URL via
image - 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 | Text description of the video |
image | string | Yes (i2v) | Reference image URL |
duration | number | No | 3–5 seconds. Default: 5 |
width | integer | No | Output video width in pixels |
height | integer | No | Output video height in pixels |
seed | integer | No | Random seed for reproducibility |
metadata | object | No | Extra parameters passed to upstream |
Task status values
| Status | Description |
|---|---|
queued | Task is waiting in queue |
processing | Video is being generated |
succeeded | Done — data.url contains the video link (valid ~24h) |
failed | Failed — data.error contains the error message |
API Reference
View the interactive API playground for Wan2.2 I2V A14B.