content.download
Download or export generated NotebookLM content as audio, video, infographic, or export to Google Slides and Sheets.
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
| 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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Whether the tool call succeeded. | |
| data | No | The tool payload on success. The exact shape depends on the tool. | |
| error | No | Human-readable error message, present only when success is false. |