Skip to main content
Audivo turns a public podcast episode into a clean, timed, provenance-carrying transcript over an HTTP API, and exposes the same operations to AI agents as a remote MCP server.

How a request flows

  1. Find a show by name, or take a category chart.
  2. Price the episodes you want. A quote reserves nothing and tells you the most it can cost.
  3. Confirm the quote. Cached episodes are delivered at once; the rest become jobs in one group.
  4. Read each transcript as JSON, plain text, SRT, VTT or Markdown.
Credits are the unit of spend: one credit per audio minute, rounded up per episode. A quote states an estimate and a ceiling; a job settles at the measured audio or the ceiling, whichever is lower, and never above.

Quickstart

Search, quote, confirm and read one episode with curl.

Authentication

API keys, the one header every call sends, and what a 401 looks like.

Errors

Every error code, what it means, and whether to retry.

MCP server

Set up Codex, Claude Code, Cursor, and other clients with your API key.