Last updated 5 months ago
Find the shape name you want to update. See here to find shape names.
name
Use the text field to assign new text to the shape.
text
Before and after
Template Presentation
JSON Payload
{ "presentation": { "template": "slides_as_template_text_content.pptx", "export_version": "Pptx2010", "slides": [ { "slide_index": 0, "shapes": [ { "name": "Title 1", "text": "Automate PowerPoint Generation" }, { "name": "Subtitle 2", "text": "Create, fill and manage PowerPoint documentations through simple API requests." } ] } ] } }