duplicate_slide
Duplicate a slide with full fidelity, copying all elements and inherited styling, to create template slides for new sections.
Instructions
Duplicate a slide within a deck with full fidelity. (1 API call.)
Copies all of the slide's elements and inherited styling. Use it to instantiate
a showcase example slide for a new section, then fill it with replace_all_text.
Args: presentation_id: The presentation ID. page_id: The slide to duplicate. insertion_index: Where to place the duplicate (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| presentation_id | Yes | ||
| page_id | Yes | ||
| insertion_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||