Generation status
Poll video status
Poll video generation jobs until complete.
GET
Poll a video job created via Create video. Use the
id from the create response.
GET /video/status/{id} — same pattern as image (/image/status/{id}).
Poll every few seconds until status is COMPLETED or FAILED.
Path parameter
Generation id from
POST /videos/create (generation.id).Response
status | Meaning |
|---|---|
QUEUED | Waiting to start |
PROCESSING | Rendering |
COMPLETED | outputUrl is ready |
FAILED | See error |
Example
Errors
| HTTP | When |
|---|---|
400 | Missing id |
401 | Invalid auth |
404 | User or generation not found |
500 | Server error |

