Skip to content

Get Video Generation Task Status

Query the status and result of a task submitted via Create video generation task.

Endpoint

GET /v1/video/generations/{task_id}

Task statuses:

StatusDescription
queuedQueued
in_progressGenerating
completedCompleted
failedFailed

Request example

bash
curl https://ai.youqi.tech/v1/video/generations/abcd1234efgh \
  -H "Authorization: Bearer sk-YOUR_API_KEY"

TIP

Video generation jobs usually take a while; poll for status rather than waiting synchronously.