{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-venice-ai-api-v1-video-retrieve",
  "title": "Venice AI \u00b7 Video Generation Status",
  "url": "https://api.venice.ai/api/v1/video/retrieve",
  "category": "media",
  "summary": "Query the status of a video generation job to retrieve execution metrics and completion state.",
  "seo": {
    "title": "Venice AI x402 API: Video Generation Status",
    "description": "Check video generation job status and retrieve results via x402. Returns execution time, duration, and completion status for Venice AI video generation."
  },
  "use_cases": [
    "Poll video generation completion before downstream processing",
    "Estimate remaining generation time for user-facing progress indicators",
    "Retrieve final video assets upon job completion"
  ],
  "ideal_buyer": "AI agents and applications integrating Venice AI video generation that require asynchronous job status monitoring.",
  "example_prompt": "What is the status of video job 550e8400-e29b-41d4-a716-446655440000?",
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive_outlier",
    "ratio": 125,
    "median_category_atomic": 80000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x2670b922ef37c7df47158725c0cc407b5382293f",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000000",
      "max_timeout_seconds": 300,
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyFields": {
            "model": {
              "type": "string",
              "required": true,
              "description": "The ID of the model used for video generation."
            },
            "queue_id": {
              "type": "string",
              "required": true,
              "description": "The ID of the video generation request."
            },
            "delete_media_on_completion": {
              "type": "boolean",
              "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."
            }
          }
        },
        "output": {
          "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)."
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "api-venice-ai",
    "host": "api.venice.ai",
    "title": "Venice API Docs",
    "description": "Harness the full capabilities of Venice AI with the Venice API, a private and uncensored AI API enabling the development of advanced applications that generate text and images.",
    "url": "https://api.venice.ai",
    "og_image": "https://venice.ai/images/venice_social_preview.png",
    "favicon": "https://docs.venice.ai/mintlify-assets/_mintlify/favicons/veniceai/HJGBlV4jYrSOrFXh/_generated/favicon/favicon-16x16.png"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/api-venice-ai-api-v1-video-retrieve",
    "url": "https://x402all.com/resource/api-venice-ai-api-v1-video-retrieve",
    "name": "Venice AI \u00b7 Video Generation Status",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-venice-ai-api-v1-video-retrieve",
      "@type": "Offer",
      "price": "10",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "10.000000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://api.venice.ai/api/v1/video/retrieve",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/api-venice-ai",
      "url": "https://api.venice.ai",
      "name": "Venice API Docs",
      "@type": "Organization"
    },
    "identifier": "api-venice-ai-api-v1-video-retrieve",
    "description": "Check video generation job status and retrieve results via x402. Returns execution time, duration, and completion status for Venice AI video generation.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-venice-ai-api-v1-video-retrieve",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "media"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-venice-ai-api-v1-video-retrieve"
}
