Skip to main content
After submitting a video task via wan2.2-t2v-a14b or wan2.2-i2v-a14b, use this endpoint to poll the task status until completion.

Quick Example

curl https://ai.alad.com/v1/video/generations/{TASK_ID} \
  -H "Authorization: Bearer YOUR_API_KEY"

Response Fields

FieldDescription
data.task_idTask ID
data.statusqueuedprocessingsucceeded / failed
data.formatVideo format, always mp4
data.urlVideo download URL (valid ~24 hours, only present on succeeded)
data.errorError message (only present on failed)

API Reference

View the interactive API Playground for Wan2 Task Query.