get_page_thumbnail
Generate a PNG thumbnail URL for a slide, enabling quick visual previews without fetching the full image bytes.
Instructions
Generate a PNG thumbnail URL for one slide.
Useful for visual previews. Returns a Google-hosted URL (not the image bytes). The URL is short-lived — fetch and cache quickly. For slide element details use get_page. Requires the presentations.readonly OAuth scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | The user's Google email address (authenticated account). | |
| presentation_id | Yes | Parent presentation ID. | |
| page_object_id | Yes | Slide objectId from get_presentation. | |
| thumbnail_size | No | "LARGE" (~1600px wide), "MEDIUM" (~800px, default), or "SMALL" (~200px). | MEDIUM |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |