Add text

Insert text to a given text shape

  1. Select the shape by name you want to modify. See here to find shape names.

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

Reference: textbox

Download: input.zip | output.pptx


{
  "presentation": {
    "template": "template.pptx",
    "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."
          }
        ]
      }
    ]
  }
}

Last updated

Was this helpful?