JSON to PPTX Builder
This page describes the endpoint used to convert json data into a pptx builder project.
This endpoint is used to load your json data in PPTX Builder platform as a project. You will receive a URL that will redirect you to the platform and open your newly created project.
Anyone with access to the URL will have ability to view and edit the project. After each download/save action, we will send an updated payload through the webhook which will contain the updated settings.
All changes made when accessing the project through the URL are stored in the Database.
Convert
POST https://api.pptxbuilder.com/api/v1/convert_data_to_pptx
This endpoint allows you to convert json into a pptx.
Headers
Content-Type
string
multipart/form-data
Authorization
string
Bearer <token>
Request Body
json_data
object
Data to be rendered in the pptx
pptx_file
string
<pptx file template>
{
"url": "https://pptxbuilder.com/builder/preview?token=<token>"
}{
"error": "Expected <> object to be given, instead got <class 'NoneType'>"
}{
"error": "Unauthorized"
}Follow the link below to check out an example.
JSON to PPTX BuilderLast updated
Was this helpful?