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:
| Status | Description |
|---|---|
queued | Queued |
in_progress | Generating |
completed | Completed |
failed | Failed |
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.