{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-venice-ai-api-v1-audio-retrieve",
  "title": "Venice AI \u00b7 Audio Generation Status",
  "url": "https://api.venice.ai/api/v1/audio/retrieve",
  "category": "media",
  "summary": "Retrieve status and execution metrics for in-progress audio generation jobs.",
  "seo": {
    "title": "Audio Generation Status API | Venice AI x402",
    "description": "Check audio generation job status via x402 on Base. $10 USDC per call. Retrieve execution time and completion status for TTS/audio jobs."
  },
  "use_cases": [
    "Monitor TTS job completion for voice applications",
    "Track audio generation progress for media workflows",
    "Estimate remaining execution time for batch audio jobs"
  ],
  "ideal_buyer": "AI agents generating speech or audio content needing asynchronous job tracking.",
  "example_prompt": "Check the status of my audio generation job",
  "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 audio generation."
            },
            "queue_id": {
              "type": "string",
              "required": true,
              "description": "The ID of the audio generation request. Use this to poll for status and retrieve the result."
            },
            "delete_media_on_completion": {
              "type": "boolean",
              "description": "If true, the audio 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 audio."
            }
          }
        },
        "output": {
          "type": "object",
          "required": [
            "status",
            "average_execution_time",
            "execution_duration"
          ],
          "properties": {
            "status": {
              "enum": [
                "PROCESSING"
              ],
              "type": "string",
              "example": "PROCESSING",
              "description": "The status of the audio generation request."
            },
            "execution_duration": {
              "type": "number",
              "example": 5200,
              "description": "The current duration of the audio generation request in milliseconds."
            },
            "average_execution_time": {
              "type": "number",
              "example": 20000,
              "description": "The estimated execution time of the audio 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-audio-retrieve",
    "url": "https://x402all.com/resource/api-venice-ai-api-v1-audio-retrieve",
    "name": "Venice AI \u00b7 Audio Generation Status",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-venice-ai-api-v1-audio-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/audio/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-audio-retrieve",
    "description": "Check audio generation job status via x402 on Base. $10 USDC per call. Retrieve execution time and completion status for TTS/audio jobs.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-venice-ai-api-v1-audio-retrieve",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "media"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-venice-ai-api-v1-audio-retrieve"
}
