Venice Video Retrieve / Status
venice_video_statusRetrieve the current status of a queued video generation job by providing the queue ID and model. Returns PROCESSING while rendering or COMPLETED when the video is ready.
Instructions
Check status of a queued video job. Status enum: PROCESSING, COMPLETED. POST endpoint with body {model, queue_id}. POST /v1/video/retrieve — Venice returns PROCESSING or COMPLETED. 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 |