Append slide

This endpoint can be used to add a slide to an existing presentation created by the `JSON to PPTX Builder` request.

Append slide

PUT https://api.pptxbuilder.com/api/v2/append-slide

This endpoint allows you to append a slide into an existing presentation.

Query Parameters

NameTypeDescription

token

string

The project token returned by the API upon creation.

Headers

NameTypeDescription

Authentication

string

Bearer <token>

Request Body

NameTypeDescription

body

object

Slide JSON Object.

{    "name": "Cake's name",    "recipe": "Cake's recipe name",    "cake": "Binary cake"}

Last updated