{"uid":"cap_O3fLjptdmI6OTh3H1h-gG","slug":"venice-ai-video-generation-result-retrieval-db109e43","name":"Venice AI Video Generation Result Retrieval","description":"Retrieve queued video result.","url":"https://api.venice.ai/api/v1/video/retrieve","method":"POST","headers":{},"bodySchema":{"type":"object","required":["model","queue_id"],"properties":{"model":{"type":"string","example":"video-model-123","description":"The ID of the model used for video generation."},"queue_id":{"type":"string","example":"123e4567-e89b-12d3-a456-426614174000","description":"The ID of the video generation request."},"delete_media_on_completion":{"type":"boolean","default":false,"example":false,"description":"If true, the video media will be deleted from storage after the request is completed. If false, you can use the complete endpoint to remove the media once you have successfully downloaded the video."}},"additionalProperties":false},"responseSchema":{"type":"object","required":["status","average_execution_time","execution_duration"],"properties":{"status":{"enum":["PROCESSING","COMPLETED"],"type":"string","example":"PROCESSING","description":"The status of the video generation request."},"execution_duration":{"type":"number","example":53200,"description":"The current duration of the video generation request in milliseconds."},"average_execution_time":{"type":"number","example":145000,"description":"The estimated execution time of the video generation request in milliseconds (P80)."}}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"10","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"registry","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$10/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"10","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"10","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_qRA78TVlBz2nZjJCPhvys","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"10","costPer":"request","priority":0,"asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Polls for the status or retrieves the completed result of a previously queued video generation request on Venice AI.","exampleAgentPrompt":"Check if my Venice AI video generation job is done — it was queued with ID 123e4567-e89b-12d3-a456-426614174000 using model video-model-123, and delete the media from storage once it's complete.","exampleUseCases":null,"resultDescription":"Returns a JSON object with a status field ('PROCESSING' or 'COMPLETED'), the current execution duration in milliseconds, and the estimated P80 average execution time in milliseconds. When COMPLETED, the video file is available for download.","failureModes":["Invalid queue_id returns an error — ensure the ID matches a previously submitted generation request","Invalid or mismatched model ID causes a lookup failure","402 Payment Required if x402 wallet balance is insufficient — top-up instructions provided in response","Still PROCESSING — agent must retry until status becomes COMPLETED","Video already deleted if delete_media_on_completion was set on a prior call"],"whenToPreferThis":"Use this endpoint after calling Venice AI's video Queue endpoint to check whether a video generation job has finished and to retrieve the result. It is the correct polling mechanism for async video jobs on Venice AI. Prefer this over starting a new generation request when you already have a queue_id from a prior submission.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T00:47:00.272Z","isFirstParty":false}