Overview
The Audio Reader converts a web article or pasted text into a narrated audio track. Give it a URL (AudioPod extracts the readable article) or rawcontent,
pick a voice, and get back a hosted audio file plus an optional public
share/embed page.
Key features
- URL or pasted text: Point at an article URL or send
contentdirectly - Any voice: Free standard narration, or a premium/custom voice from your catalog
- Cost preview: Estimate credits before you commit
- Public share + embed: Each job can expose a minimal public page and embed HTML
Authentication
- API Key (Recommended):
X-API-Key: your_api_keyheader - JWT Token:
Authorization: Bearer your_jwt_token
Estimate Cost
Preview the cost before generating. No charge is incurred for an estimate.url(optional): Article URL to read (provideurlorcontent)content(optional): Raw text to narratevoice(optional): Voice name or ID fromGET /api/v1/voice/voice-profiles
is_premium is false, standard narration is used at no credit cost. When
measured is false, the article couldn’t be scraped ahead of time, so
estimated_credits is a baseline and you’re billed for the actual length.
Generate
Create a reader job. Billing follows the standard prepaid model — credits are reserved on creation and refunded automatically if processing fails.- POST
- Python
- cURL
url(optional): Article URL to read (provideurlorcontent)content(optional): Raw text to narratetitle(optional): Override the detected titlevoice(optional): Voice name or ID; defaults to a standard narration voicewebhook_url(optional): Receive a callback when the job finishesshow_branding(optional): Show AudioPod branding on the public page (defaulttrue)
Get a Job
status is completed; the response then carries audio_url,
audio_duration_seconds, and embed_url / embed_html for embedding.
List Jobs
Public Share Page
Fetch the minimal, unauthenticated view for a shared job — safe to call without a key. It exposes only what the share link already implies (title, audio URL, duration), never the source URL, content, or any internals.Delete a Job
Next Steps
Text to Speech
Fine-grained control over voice, directing, and timestamps.
Podcast
Turn source material into a multi-speaker episode.
