Skip to main content
After submitting a video generation task with wan2.2-t2v-a14b or wan2.2-i2v-a14b, use this endpoint to poll the task until it completes.

Quick example

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

Response

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

API Reference

View the interactive API playground for Wan2 Task Query.