download_audio
Retrieve generated audio overview files from NotebookLM notebooks for offline access or sharing, ensuring audio is ready before download.
Instructions
Download the generated audio overview file.
Requirements
Audio must be in "ready" status
Use get_audio_status to check before downloading
Output
Downloads to specified path or ~/notebooklm-audio-{timestamp}.mp3
Example
{
"notebook_id": "my-research",
"output_path": "/path/to/save/podcast.mp3"
}
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebook_id | No | Library notebook ID | |
| notebook_url | No | Or direct notebook URL (overrides notebook_id) | |
| output_path | No | Optional output file path |