Skip to main content
After creating a Seedance 2.0 video generation task, use this endpoint to poll its status and retrieve the result when completed.

Quick example

curl https://www.anyfast.ai/v1/video/generations/gen-abc123 \
  -H "Authorization: Bearer YOUR_API_KEY"

Parameters

ParameterTypeRequiredDescription
idstring (path)YesTask ID from the video generation response

Response

FieldTypeDescription
idstringTask ID
modelstringModel used
statusstringprocessing, completed, or failed
video_urlstringGenerated video URL (when completed)

API Reference

View the interactive API playground for Seedance 2.0 Task Query.