Skip to main content
The audiopod CLI ships bundled with both SDKs. Same commands, same flags whether you pip install audiopod or npm install -g audiopod.

Install

Requires Python 3.8+.

Authenticate

Get an API key from your dashboard, then either:
…or set the environment variable:
Per-call override:

Commands

audiopod music

Generate a song, instrumental, rap, or vocal stem.
Flags

audiopod tts

Synthesize speech.
Flags

audiopod transcribe

Transcribe a local file or URL.

audiopod stems

Separate audio into stems.

audiopod clone

Train a voice from a 5–30s reference clip.

audiopod audiobook

Produce a finished, ACX-compliant audiobook from a manuscript — upload, narrate, export, and (with --out) download the package in one command.

audiopod jobs

Look up any async job by id.

Output

Human-readable by default; pass --json for scripting:

Exit codes


See also

MCP Server

Wire AudioPod into any agent.

Python SDK

Programmatic access from Python.

Node.js SDK

Programmatic access from Node.js / TypeScript.

For Agents landing

Every developer surface in one page.