Using single template
Assign your PowerPoint template to the
templatefield.Two ways to do this:
Attaching PowerPoint Template
Reference: presentation
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"
}
]
}
]
}
}Using a PowerPoint Template URL
Reference: presentation
Download: input.zip | output.pptx


{
"presentation": {
"template": "https://drive.google.com/uc?export=download&id=1SJA6NG5jKV5bCM6sIqVCVJh20YM3QbTU",
"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?