Add text

  1. Find the shape name you want to update. See here to find shape names.

  2. Use the content field to assign text to the shape.

Before and after

Template Presentation

JSON Payload

{
  "presentation": {
    "template": "slides_as_template_text_content.pptx",
    "export_version": "Pptx2010",
    "slides": [
      {
        "type": "slide",
        "slide_index": 0,
        "shapes": [
          {
            "name": "Title 1",
            "content": "Automate PowerPoint Generation"
          },
          {
            "name": "Subtitle 2",
            "content": "Create, fill and manage PowerPoint documentations through simple API requests."
          }
        ]
      }
    ]
  }
}

Last updated