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
Name
Type
Description
token
string
The project token returned by the API upon creation.
Headers
Name
Type
Description
Authentication
string
Bearer <token>
Request Body
Name
Type
Description
body
object
Slide JSON Object.
Last updated