Duplicate a slide
duplicate_slideDuplicate a slide or page element in Google Slides; the copy, including speaker notes, is placed right after the original and its new ID is returned.
Instructions
Duplicates a slide (batchUpdate duplicateObject) — the copy, with all its elements and speaker notes, lands immediately after the original and its new objectId comes back in the reply. Works on any page element id too (the copy lands on the same slide, slightly offset). Move the copy with move_slides afterwards if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| presentation_id | Yes | The presentation id — the long id from the URL (docs.google.com/presentation/d/<presentationId>/edit) or from create_presentation output. | |
| slide_object_id | Yes | The object id of the slide (or page element) to duplicate. |