GET
/
v1
/
videos
/
{id}
curl -X GET https://www.anyfast.ai/v1/videos/video_xxx \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "id": "video_xxx",
  "status": "completed",
  "video_url": "https://..."
}
Query the status of a video generation task by its ID.

Path Parameters

id
string
required
Video task ID.
curl -X GET https://www.anyfast.ai/v1/videos/video_xxx \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "id": "video_xxx",
  "status": "completed",
  "video_url": "https://..."
}