Building your JSON payload
and configuring your presentation.
Referencing your template PowerPoint file
{
"presentation": {
"template": "slides_as_template.pptx",
"export_version": "Pptx2010",
....Defining your slides:
....
"slides": [
{
...shape objects...
}
]
....Template type and which slide to use:
Updating your shapes
Complete example payload
Using above payload, create a presentation using slide as template
Headers
Name
Type
Description
Request Body
Name
Type
Description
Last updated