get_video_status
Check a video job status (pending, done, or failed). If completed with materialize enabled, download the video and get a public URL.
Instructions
Poll a video job once. status is pending|done|failed. If done and materialize=true, download to local storage and return public_url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | Yes | ||
| materialize | No | ||
| delete_remote | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |