API ReferenceGoogleSlidesAPI reference for Google Slides endpoints. 16 endpointsGET/api/v1/slides/presentations/{presentationId}Get a Google Slides presentation structure including slide IDs, elements, and layouts.GET/api/v1/slides/presentations/{presentationId}/pages/{pageId}Get a specific slide's content. Response includes a thumbnailUrl you can fetch separately to get the visual PNG.GET/api/v1/slides/presentations/{presentationId}/pages/{pageId}/thumbnailDownload a slide's visual thumbnail as a PNG image.POST/api/v1/slides/presentationsCreate a new empty Google Slides presentation.POST/api/v1/slides/presentations/{presentationId}Replace all occurrences of text in a presentation. Useful for template-based generation.POST/api/v1/slides/presentations/{presentationId}Insert text into a shape or table cell in a presentation.POST/api/v1/slides/presentations/{presentationId}Delete text from a shape or table cell in a presentation.POST/api/v1/slides/presentations/{presentationId}Create a new slide in a presentation.POST/api/v1/slides/presentations/{presentationId}Delete a slide, shape, or other page element from a presentation.POST/api/v1/slides/presentations/{presentationId}Duplicate a slide or page element in a presentation.POST/api/v1/slides/presentations/{presentationId}Add an image to a slide from a URL.POST/api/v1/slides/presentations/{presentationId}Create a shape (rectangle, ellipse, text box, etc.) on a slide.POST/api/v1/slides/presentations/{presentationId}Create a table on a slide.POST/api/v1/slides/presentations/{presentationId}Update text formatting (bold, italic, font, color, size) in a shape or table cell.POST/api/v1/slides/presentations/{presentationId}Update shape properties like background color, border, and shadow.POST/api/v1/slides/presentations/{presentationId}Execute one or more mutation actions on a presentation. Supports all 40 Google Slides API actions. Use this for advanced operations not covered by individual tools.DriveAPI reference for Google Drive endpoints.SheetsAPI reference for Google Sheets endpoints.