Skip to main content

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 raw content, 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 content directly
  • 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_key header
  • JWT Token: Authorization: Bearer your_jwt_token

Estimate Cost

Preview the cost before generating. No charge is incurred for an estimate.
Body:
  • url (optional): Article URL to read (provide url or content)
  • content (optional): Raw text to narrate
  • voice (optional): Voice name or ID from GET /api/v1/voice/voice-profiles
Response:
When 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.
Body:
  • url (optional): Article URL to read (provide url or content)
  • content (optional): Raw text to narrate
  • title (optional): Override the detected title
  • voice (optional): Voice name or ID; defaults to a standard narration voice
  • webhook_url (optional): Receive a callback when the job finishes
  • show_branding (optional): Show AudioPod branding on the public page (default true)
Response:

Get a Job

Poll until status is completed; the response then carries audio_url, audio_duration_seconds, and embed_url / embed_html for embedding.

List Jobs

Returns a paginated list of your reader 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.
Response:

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.