download_image_block
Download an image from any Notion image block to a local file. Supports external URLs, Notion-hosted, and uploaded images, re-fetching signed URLs automatically.
Instructions
Download the image file from an image block to a local path.
Works for all three image source types: external URL, Notion-hosted file, and file_upload references. Notion-hosted URLs are signed and short-lived, so this tool re-fetches them at call time.
Args: block_id: The image block to download from. output_path: Local path to write the image to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_id | Yes | ||
| output_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |