Documentation Index
Fetch the complete documentation index at: https://docs.audiopod.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.
| Flag | Default | Description |
|---|---|---|
--kind | song | One of song, instrumental, rap, vocals. |
--duration | 60 | Seconds (10–600). |
--lyrics | — | Optional lyric text for vocal modes. |
--out | — | If set, the CLI waits for completion and downloads to this path. |
--timeout | 600 | Max seconds to wait when --out is given. |
audiopod tts
Synthesize speech.
| Flag | Default | Description |
|---|---|---|
--voice | 368 | AudioPod voice ID (integer) or public catalog name. |
--lang | en | ISO language code. |
--speed | 1.0 | Multiplier (0.25–4.0). |
--format | mp3 | mp3, wav, or ogg. |
--out | — | If set, downloads on completion. |
audiopod transcribe
Transcribe a local file or URL.
| Flag | Description |
|---|---|
--lang | Force a language (auto-detected if omitted). |
--diarize | Emit speaker labels. |
--format | text, srt, vtt, json. |
--out | Write the transcript to a file. |
audiopod stems
Separate audio into stems.
| Flag | Description |
|---|---|
--mode | two (vocal+instr), four (vocals/drums/bass/other), six (+guitar+piano), sixteen. |
audiopod clone
Train a voice from a 5–30s reference clip.
| Flag | Description |
|---|---|
--name (required) | Display name for the cloned voice. |
--description | Optional voice characteristics description. |
audiopod jobs
Look up any async job by id.
Output
Human-readable by default; pass--json for scripting:
Exit codes
| Code | Meaning |
|---|---|
| 0 | Success |
| 1 | API or runtime error |
| 2 | Bad arguments / missing API key |
| 130 | Interrupted (Ctrl-C) |
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.
