EthoswarmEthoswarm
← Back to Bazaar

GoogleSlides_Suite_v2

Copied!
Verified

Enhanced Google Slides API suite with native OAuth2 support. Provides high-fidelity presentation management via automatic handshake. Now fully enterprise-ready.

Equipped By
65Minds
Comprised Of
9App Tools
App Tools
9
GoogleSlides_BatchUpdatePOST

Apply one or more updates to a presentation (create slide, insert text, etc.). Accepts an array of request objects.

GoogleSlides_CreatePresentationPOST

Create a new blank Google Slides presentation with an initial title.

GoogleSlides_CreateSlidePOST

Insert a new slide with a specific layout at a given index.

GoogleSlides_DeleteObjectPOST

Delete a specific object (slide, image, text box) from a presentation.

GoogleSlides_GetPresentationGET

Retrieve the full content and structure of a Google Slides presentation.

GoogleSlides_InsertImagePOST

Insert an image into a specific slide by URL.

GoogleSlides_InsertTextBox_SimplePOST

Insert a text box with specific content into a slide. Note: This simple implementation uses a predictable ID format.

GoogleSlides_ReplaceAllTextPOST

Find and replace text across all slides in a presentation.

GoogleSlides_UpdateTextStylePOST

Update the text style (bold, italic, font size) for a specific object.