v1
latestOpenAPI 3.1.02026-07-267724480.0 KBCreate a Wan video task
Create a Wan text-to-video task. Send fields as multipart/form-data.
post/v1/videos
Response
Task created. Store the returned id and poll GET /v1/videos/{task_id}.
Example response
{
"id": "task_example",
"task_id": "task_example",
"object": "video",
"model": "wan2.6",
"status": "queued",
"created_at": 1779938152,
"completed_at": 1779938219,
"video_url": "<temporary-video-url>"
}