Naming output presentation

Use the resultFileName field to name your output file.

JSON Payload

{
 "presentation": {
    "template": "slides_as_template.pptx",
    "export_version": "Pptx2010",
    "resultFileName": "<name_of_my_report>",
    "slides": [
      {
        "type": "slide",
        "slide_index": 0,
        "shapes": [
          {
            "name": "Title 1",
            "content": "Automate PowerPoint Generation"
           }
         ]
      }
    ]
  }
}

Last updated