Base Settings

This page describes how to set your project settings in the request data.

Each json request requires a base_settings. This determines several attributes for your project like project_name, tracking_id and company_template.

Base settings fields

PPTX Builder will use in order of priority: template file provided on the request (pptx_file), company_template field in base settings, default.pptx

Example in JSON

{
    "base_settings": {
        "tracking_id": "0N1iCw5hdsBPrtxStETA123_-NzsWw2T0Bxao8oL3SI",
        "project_name": "test_demo",
        "company_template": "company_x.pptx"
    }
}

Last updated