The
audiopod CLI ships bundled with both SDKs. Same commands, same flags whether you pip install audiopod or npm install -g audiopod.Install
- Python (pip)
- Node (npm)
- Node (pnpm)
Authenticate
Get an API key from your dashboard, then either:Commands
audiopod music
Generate a song, instrumental, rap, or vocal stem.
audiopod tts
Synthesize speech.
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.
