JSON to PPTX
This page describes the endpoint used to convert json data into pptx presentation.
Last updated
This page describes the endpoint used to convert json data into pptx presentation.
Last updated
This endpoint converts json
data into a PowerPoint
presentation. The response
is a binary
representation of your .pptx
file.
POST
https://api.pptxbuilder.com/api/v1/convert
This endpoint allows you to convert json
data into a pptx presentation file.
Name | Type | Description |
---|---|---|
You'll need to send theJSON
payload in the body of the request.
Follow the link below to check out an example.
Content-Type
string
application/json
Authorization
string
Bearer <token>