Add text
Insert text to a given text shape
Select the shape by
nameyou want to modify. See here to find shape names.Use the
textfield 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?