Skip to main content
Two published collections live in the public AudioPod workspace on Postman. Fork either one into your own workspace and it stays linked to ours, so you can pull updates later.

Start here — Getting Started

Eight requests in three folders. The first folder reaches a real 200 in two requests with no account and no API key: it mints a short-lived sandbox key, stores it in a collection variable, and synthesizes a snippet of speech. Folder 2 walks the submit-a-job / poll-the-status pattern the rest of the API uses, and folder 3 covers wallet balance and webhook registration. Run in Postman

The full reference

Every public endpoint — 361 requests across 19 folders, covering audiobook, podcast, stems, transcription, text-to-speech, voice management, music and account. Use it as a browsable reference once you know the shape of a call. Run in Postman
The reference collection is regenerated from the live OpenAPI document on a schedule and pushed to the same collection id, so a fork tracks the real API instead of drifting away from it. The Getting Started collection is hand-maintained and deliberately small.

Authenticating your fork

Every authenticated request sends X-API-Key: {{apiKey}}. You have two ways to fill that in.
  1. Create an API key in your dashboard.
  2. Open the forked collection → Variables tab.
  3. Paste the key into the current value of apiKey, and leave baseUrl at https://api.audiopod.ai.
Keep the key in current value, not initial value — initial values travel with the collection when you share it.
Folder 1 of Getting Started needs neither — the sandbox is keyless. If you run an authenticated request with apiKey still blank, the collection’s pre-request script stops it with an explanatory message rather than sending an unauthorized call.

Browse without forking

Getting Started

Eight requests, keyless first call

AudioPod AI API

The full 361-request reference

Next steps

Quick Start

The same flow in cURL, Python and Node.js

API Keys

Create, scope and rotate keys

Webhooks

Get told when a job finishes