Venice Video Retrieve / Status
venice_video_statusCheck the status of a queued video generation job using its queue ID and model, returning PROCESSING or COMPLETED.
Instructions
Check status of a queued video job. Status enum: PROCESSING, COMPLETED. POST endpoint with body {model, queue_id}. Supports x402 wallet auth (no Venice account needed) and API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Same model id used to queue. | |
| queue_id | Yes | Returned by venice_video_generate. | |
| delete_media_on_completion | No |