Check a video job
get_videoCheck a video started with create_video. Returns "queued" or "processing" while it renders, "completed" with the hosted video URL when it is ready, or a terminal failure if the render failed. Poll every few seconds until it is either completed or failed (both are terminal: stop polling once you see one). The clip is charged once, on completion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The video job id returned by create_video. |