{"uid":"cap_c0KAF6GjJesVQhRT0C9sD","slug":"venice-ai-audio-generation-status-retrieve-e844b12f","name":"Venice AI Audio Generation Status Retrieve","description":"Retrieve queued audio result.","url":"https://api.venice.ai/api/v1/audio/retrieve","method":"POST","headers":{},"bodySchema":{"type":"object","required":["model","queue_id"],"properties":{"model":{"type":"string","example":"elevenlabs-music","description":"The ID of the model used for audio generation."},"queue_id":{"type":"string","example":"123e4567-e89b-12d3-a456-426614174000","description":"The ID of the audio generation request. Use this to poll for status and retrieve the result."},"delete_media_on_completion":{"type":"boolean","default":false,"example":false,"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."}},"additionalProperties":false},"responseSchema":{"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)."}}},"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_iJaIJQ6gl8BibVt9jpqao","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 the status or retrieves the result of a queued audio generation request by model and queue ID","exampleAgentPrompt":"Check if my Venice AI audio generation job is done — the model is elevenlabs-music and the queue ID is 123e4567-e89b-12d3-a456-426614174000.","exampleUseCases":null,"resultDescription":"Returns a status field (e.g. PROCESSING) along with the current execution duration in milliseconds and the estimated average execution time (P80 in milliseconds). If complete, returns the audio data itself.","failureModes":["Invalid or expired queue_id returns an error or not-found response","Wrong model ID paired with queue_id causes mismatch error","Request still processing returns PROCESSING status with no audio data yet","Authentication failure if API key or x402 wallet header is missing or invalid","402 Payment Required if wallet balance is insufficient for the $10 USDC call cost"],"whenToPreferThis":"Use this endpoint when you have already submitted an async audio generation request and need to poll for its completion status or retrieve the resulting audio. This is the correct endpoint for checking job progress — not for initiating generation or cleaning up completed jobs (use the Complete endpoint for cleanup).","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T00:43:56.854Z","isFirstParty":false}