download_content
Export generated content from NotebookLM as downloadable files or cloud documents, including audio, video, images, presentations, and data tables.
Instructions
Download or export generated content from NotebookLM.
Supported content types:
audio_overview: Downloads as audio file (MP3)
video: Downloads as video file
infographic: Downloads as image file
presentation: Exports to Google Slides (returns URL)
data_table: Exports to Google Sheets (returns URL)
Note: Report content is text-based and returned in the generation response.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content_type | Yes | Type of content to download/export | |
| output_path | No | Optional local path to save the file (for audio, video, infographic) | |
| notebook_url | No | Notebook URL. If not provided, uses the active notebook. | |
| session_id | No | Session ID to reuse an existing session |