For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tags in slide notes

  1. You can update notes section of any slide by providing key–value pairs under tags.

  2. Each tag replaces a corresponding {{placeholder}} found in the slide’s notes.

Reference: tags

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