Tags in slide notes
You can update
notessection of any slide by providing key–value pairs undertags.Each tag replaces a corresponding
{{placeholder}}found in the slide’s notes.
Reference:
Download: input.zip | output.pptx


{
"presentation": {
"template": "template.pptx",
"slides": [
{
"slide_index": 0,
"tags": [
{
"key": "author",
"value": "John Doe"
},
{
"key": "tag-on-line-one",
"value": "This report shows the latest campaign performance results."
},
{
"key": "tag-in-sentence",
"value": "five million pounds"
},
{
"key": "tag-1",
"value": "six percent increase"
},
{
"key": "tag-2",
"value": "seven point rise in brand awareness"
}
]
}
]
}
}
Last updated
Was this helpful?