v4
latestOpenAPI 3.1.02026-08-0143190206.8 KBv1
Get the result of a deferred video generation request.
Returns the current status of a video generation job. When the job completes successfully the response contains the generated video URL. When the job fails the response contains a structured error object with a machine-readable code and a human-readable message.
Both successful and failed completions return HTTP 200 — use the status field ("done" or "failed") to distinguish between the two.
get/v1/videos/{request_id}
Path parameters
request_idstring required
The deferred request id returned by a previous video generation request.
Response
Video generation completed or failed. Check the status field to determine the outcome.