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/v2/convert_data_to_pptx

This endpoint allows you to convert json into a pptx builder project.

Headers

Request Body

{
    "url": "https://pptxbuilder.com/builder/preview?token=<token>"
}

The returned url and data is stored in the database for 72 hours. After 72 hours the data will be deleted from the database and the url will be deactivated. You can change this in the Settings and provide a new API Data Accessible (time unit - hours).

Last updated