slides_pages_getThumbnail
Retrieve a thumbnail image URL for any slide, layout, or master page in a Google Slides presentation. Provide presentation and page IDs to get a PNG thumbnail in your chosen size.
Instructions
Get a thumbnail image URL for a page (slide, layout, or master).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageObjectId | Yes | The object ID of the page to render | |
| presentationId | Yes | The presentation ID | |
| thumbnailProperties.mimeType | No | Thumbnail image format (PNG is the only supported value) | |
| thumbnailProperties.thumbnailSize | No | Thumbnail size: THUMBNAIL_SIZE_UNSPECIFIED, LARGE, MEDIUM, SMALL, or WIDTH2000_PX |