Skip to main content

Wan video status

Poll with task_id for progress, state, and the final video_url.

Basics

  • Endpoint: GET /v1/video/generations/{task_id}
  • Auth: Bearer Token (Authorization: Bearer sk-xxxxxx)
  • Content-Type: application/json

Path


Response

200 OK

cURL


Success example


Notes

  1. Polling: Jobs take time—poll every 5–10s until terminal state.
  2. State machine: queued / processing → show progress; success → use video_url; failed → show fail_reason.
  3. Host: Replace test IP with production before launch.