Create Video Generation Task
Alibaba
wan2.2-t2v-a14b
Submit a video generation task. Returns a task_id immediately. Poll GET /v1/video/generations/{task_id} to check status and retrieve the video URL.
POST
Create Video Generation Task
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Model ID
Available options:
wan2.2-t2v-a14b Example:
"wan2.2-t2v-a14b"
Text description of the video to generate.
Example:
"a cat playing piano"
Video duration in seconds (3–5).
Required range:
3 <= x <= 5Example:
5
Output video width in pixels.
Example:
1280
Output video height in pixels.
Example:
720
Random seed for reproducibility.
Extra parameters passed through to the upstream API.