Generation status
Poll video status
Poll a video generation job until it completes — returns the latest status and the finished video URL once rendering is done.
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
string
required
Generation id from
POST /videos/create (generation.id).
