PPTX Builder API
PPTX BuilderBook a demoAccount
v2
v2
  • Introduction
  • Guide
    • Create account
    • Get API Token
    • Webhook
    • Preparing Slides
  • Concepts
    • Intro
    • Slide Masters
    • Slide Layouts
    • Placeholders
    • Slide
  • API Reference
    • Authentication
    • JSON to PPTX Builder
      • Request Payload
        • Base Settings
        • Custom Settings
        • Global Chart Settings
        • Slide Settings
        • Chart Settings
          • Chart View Settings
        • Columns
        • Rows
        • Significance Test
        • Chart Title
    • JSON to PPTX
    • Append slide
      • Request Payload
    • Upload template
  • Fonts
  • Chart Types
  • Data Labels
  • Legend
  • Chart Specific Settings
  • Examples
    • JSON to PPTX Builder
    • API Token
    • Append slide
    • More examples
Powered by GitBook
On this page

Was this helpful?

  1. API Reference
  2. JSON to PPTX Builder
  3. Request Payload

Custom Settings

This page describes how to set your own internal custom settings in the request data.

You can send additional project information with your request. We allow you to pass data with MAX 300 bytes size.

Custom Object fields

Name

Type

Required

Description

custom_obj

object

false

Any additional data you wish to pass. This will be available in the webhook response.

Example in JSON

{
    "custom_obj": {}
}

PreviousBase SettingsNextGlobal Chart Settings

Last updated 4 years ago

Was this helpful?