# PowerPoint Generator API

## 1.0.0

- [PowerPoint Generator API](https://docs.powerpointgeneratorapi.com/master.md): Automate PowerPoint Generation
- [Quick start](https://docs.powerpointgeneratorapi.com/getting-started/quick-start.md): Get started in 3 easy steps
- [token/create](https://docs.powerpointgeneratorapi.com/api-reference/token-create.md): Obtain an authentication token
- [generator/create](https://docs.powerpointgeneratorapi.com/api-reference/generator-create.md): How to create a presentation
- [Key concepts](https://docs.powerpointgeneratorapi.com/knowledge-base/key-concepts.md): In this page you’ll find basic concepts you need to successfully use PowerPointGeneratorAPI.
- [Templating your presentation](https://docs.powerpointgeneratorapi.com/knowledge-base/slide-as-template.md): Using template PowerPoint with slides enables you to style and layout your API generated presentation exactly how you want it.
- [Building your JSON payload](https://docs.powerpointgeneratorapi.com/knowledge-base/building-your-payload.md): and configuring your presentation.
- [Finding shape names](https://docs.powerpointgeneratorapi.com/knowledge-base/finding-shape-names.md): To update the shapes in your PowerPoint template, you'll need to find their names first.
- [presentation](https://docs.powerpointgeneratorapi.com/json-template-syntax/presentation.md): Hierarchy: presentation
- [slides](https://docs.powerpointgeneratorapi.com/json-template-syntax/slides.md): Hierarchy: presentation > slides
- [shapes](https://docs.powerpointgeneratorapi.com/json-template-syntax/shapes.md): Hierarchy: presentation > slides > shapes
- [textbox](https://docs.powerpointgeneratorapi.com/json-template-syntax/shapes/textbox.md): Hierarchy: presentation > slides > shapes
- [chart](https://docs.powerpointgeneratorapi.com/json-template-syntax/shapes/chart.md): Hierarchy: presentation > slides > shapes
- [picture](https://docs.powerpointgeneratorapi.com/json-template-syntax/shapes/picture.md): Hierarchy: presentation > slides > shapes
- [table](https://docs.powerpointgeneratorapi.com/json-template-syntax/shapes/table.md): Hierarchy: presentation > slides > shapes
- [tags](https://docs.powerpointgeneratorapi.com/json-template-syntax/tags.md): Hierarchy: presentation > slides
- [Deprecated](https://docs.powerpointgeneratorapi.com/json-template-syntax/deprecated.md): This page outlines the deprecated list of settings.
- [Examples](https://docs.powerpointgeneratorapi.com/examples/examples.md)
- [Presentation](https://docs.powerpointgeneratorapi.com/examples/presentation.md)
- [Naming output presentation](https://docs.powerpointgeneratorapi.com/examples/presentation/naming-output-presentation.md)
- [Using multiple templates](https://docs.powerpointgeneratorapi.com/examples/presentation/using-multiple-templates.md)
- [Using single template](https://docs.powerpointgeneratorapi.com/examples/presentation/using-single-template.md)
- [Using multiple templates](https://docs.powerpointgeneratorapi.com/examples/presentation/using-multiple-templates-1.md)
- [Replacing tags - Presentation Level](https://docs.powerpointgeneratorapi.com/examples/presentation/replacing-tags-presentation-level.md): Replace text in curly brackets (tags) with string values at a presentation level.
- [Slide](https://docs.powerpointgeneratorapi.com/examples/slide.md)
- [Repeat template slides by index](https://docs.powerpointgeneratorapi.com/examples/slide/repeat-template-slides-by-index.md): Easily create multiple copies of your template slides using slide index
- [Repeat template slides by ID](https://docs.powerpointgeneratorapi.com/examples/slide/repeat-template-slides-by-id.md): Easily create multiple copies of your template slides using slide id
- [Replacing tags](https://docs.powerpointgeneratorapi.com/examples/slide/tagging.md): Tags allow you to populate text by replacing the tag with a value of your choice.
- [Shape](https://docs.powerpointgeneratorapi.com/examples/shape.md)
- [Get shape by name](https://docs.powerpointgeneratorapi.com/examples/shape/get-shape-by-name.md)
- [Get shape by ID](https://docs.powerpointgeneratorapi.com/examples/shape/get-shape-by-id.md)
- [Change shape size and position](https://docs.powerpointgeneratorapi.com/examples/shape/change-shape-position.md): To change the size and position of a shape(text box, image, table, charts, etc)
- [Change shape background color](https://docs.powerpointgeneratorapi.com/examples/shape/change-shape-background-color.md): Easily change a shape's interior color
- [Hide or remove shape](https://docs.powerpointgeneratorapi.com/examples/shape/hide-or-remove-shape.md): To hide or remove a shape (text box, image, table, chart, etc)
- [Shape validation mode](https://docs.powerpointgeneratorapi.com/examples/shape/shape-validation-mode.md)
- [Textboxes](https://docs.powerpointgeneratorapi.com/examples/text-shape.md)
- [Add text](https://docs.powerpointgeneratorapi.com/examples/text-shape/add-text.md): Insert text to a given text shape
- [Text styling](https://docs.powerpointgeneratorapi.com/examples/text-shape/text-styling.md)
- [Set font type and size](https://docs.powerpointgeneratorapi.com/examples/text-shape/set-font-type-and-size.md)
- [Set font color and font background color](https://docs.powerpointgeneratorapi.com/examples/text-shape/set-font-color-and-font-background-color.md)
- [Set bold, italic & underline](https://docs.powerpointgeneratorapi.com/examples/text-shape/set-bold-italic-and-underline.md)
- [Set text alignment](https://docs.powerpointgeneratorapi.com/examples/text-shape/set-text-alignment.md)
- [Set text indentation](https://docs.powerpointgeneratorapi.com/examples/text-shape/set-text-indentation.md)
- [Set text line spacing](https://docs.powerpointgeneratorapi.com/examples/text-shape/set-text-line-spacing.md)
- [Using bullet-points](https://docs.powerpointgeneratorapi.com/examples/text-shape/using-bullet-points.md)
- [Bullet-points simple](https://docs.powerpointgeneratorapi.com/examples/text-shape/bullet-points-simple.md)
- [Chart](https://docs.powerpointgeneratorapi.com/examples/chart.md)
- [Various types of charts](https://docs.powerpointgeneratorapi.com/examples/chart/various-types-of-charts.md)
- [Change font settings](https://docs.powerpointgeneratorapi.com/examples/chart/change-font-settings.md)
- [Insert data](https://docs.powerpointgeneratorapi.com/examples/chart/insert-data.md)
- [Additional data](https://docs.powerpointgeneratorapi.com/examples/chart/additional-data.md)
- [Set series color](https://docs.powerpointgeneratorapi.com/examples/chart/set-series-color.md)
- [Chart styling](https://docs.powerpointgeneratorapi.com/examples/chart/chart-styling.md)
- [Datapoints](https://docs.powerpointgeneratorapi.com/examples/chart/datapoints.md)
- [Dynamic chart](https://docs.powerpointgeneratorapi.com/examples/chart/dynamic-chart.md)
- [Adjust chart legend](https://docs.powerpointgeneratorapi.com/examples/chart/adjust-chart-legend.md)
- [Appending to data labels](https://docs.powerpointgeneratorapi.com/examples/chart/appending-to-data-labels.md): Easily insert custom strings into the data label object using \`"overlays"\`.
- [Set as Total - Waterfall chart](https://docs.powerpointgeneratorapi.com/examples/chart/set-as-total-waterfall-chart.md)
- [Populating a Scatter chart](https://docs.powerpointgeneratorapi.com/examples/chart/populating-a-scatter-chart.md)
- [Pictures](https://docs.powerpointgeneratorapi.com/examples/image-shape.md): Replace an existing image placeholder with a new image.
- [Pictures](https://docs.powerpointgeneratorapi.com/examples/pictures.md)
- [Table](https://docs.powerpointgeneratorapi.com/examples/table.md)
- [Populate simple table](https://docs.powerpointgeneratorapi.com/examples/table/table-shape.md): Tables enable you to edit tables in your template for use in your presentation.
- [Populate simple table](https://docs.powerpointgeneratorapi.com/examples/table/populate-simple-table.md): Fill a table using a two-dimensional array of cell values
- [Table styling](https://docs.powerpointgeneratorapi.com/examples/table/table-styling.md)
- [Using \`text\_runs\` in Table cells](https://docs.powerpointgeneratorapi.com/examples/table/using-text_runs-in-table-cells.md): Use text runs to apply different font settings to different strings in the same cell.
- [Handling merged cells](https://docs.powerpointgeneratorapi.com/examples/table/handling-merged-cells.md): You can add data to tables even if there are merged cells.
- [Update a specific cells in existing table](https://docs.powerpointgeneratorapi.com/examples/table/update-a-specific-cells-in-existing-table.md): How to update a specific cells without editing existing cells
- [Tags](https://docs.powerpointgeneratorapi.com/examples/tagging.md): Tags allow you to populate text by replacing the tag with a value of your choice.
- [Tags with styling](https://docs.powerpointgeneratorapi.com/examples/tagging/tags-with-styling.md): Control the look and feel of individual tags
- [Tag Validation Mode](https://docs.powerpointgeneratorapi.com/examples/tagging/tag-validation-mode.md)
- [Tags in slide notes](https://docs.powerpointgeneratorapi.com/examples/tagging/tags-in-slide-notes.md)
