presentations
Generates a thumbnail of the latest version of the specified page in the presentation and returns a URL to the thumbnail image. This request counts as an expensive read request for quota purposes.
get/v1/presentations/{presentationId}/pages/{pageObjectId}/thumbnail
Path parameters
presentationIdstring required
The ID of the presentation to retrieve.
pageObjectIdstring required
The object ID of the page whose thumbnail to retrieve.
Query parameters
thumbnailProperties.mimeType'PNG'
The optional mime type of the thumbnail image. If you don't specify the mime type, the mime type defaults to PNG.
thumbnailProperties.thumbnailSize'THUMBNAIL_SIZE_UNSPECIFIED' | 'LARGE' | 'MEDIUM' | 'SMALL' | 'WIDTH2000_PX'
The optional thumbnail image size. If you don't specify the size, the server chooses a default size of the image.
Response
Successful response