Wan video status
Poll withtask_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 OKcURL
Success example
Notes
- Polling: Jobs take time—poll every 5–10s until terminal state.
- State machine:
queued/processing→ show progress;success→ usevideo_url;failed→ showfail_reason. - Host: Replace test IP with production before launch.

