Add text
Find the shape
name
you want to update. See here to find shape names.Use the
text
field to assign new text to the shape.
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."
}
]
}
]
}
}
Last updated
Was this helpful?