Using single template
Attach your PowerPoint template (
.pptx) and reference it in your JSON payload using thetemplatefield.All slides defined in the payload will be created or modified based on this single template.
Reference:
Download: input.zip | output.pptx


{
"presentation": {
"template": "template.pptx",
"slides": [
{
"slide_index": 0,
"tags": [
{
"key": "cover",
"value": "Business"
},
{
"key": "subtitle",
"value": "Joe Blogs"
},
{
"key": "report_description",
"value": "How to use Tags in PowerPoint Generator API"
},
{
"key": "date",
"value": "01 Jan"
},
{
"key": "company",
"value": "Important LTD"
},
{
"key": "product",
"value": "API"
}
]
}
]
}
}Last updated
Was this helpful?