Upload a Google Slides link to create a template or library within your organization.
Processing Time: Depending on the number of slides, processing may take a few minutes (e.g., 50 slides may take approximately 3 minutes). If upload speed is a concern, please contact us to discuss optimization options.
Text Box Handling:
reset_text_boxes=false
: Automatically identifies and captures text placeholders enclosed in brackets ([
, ]
).resize_text_boxes=false
: Resizes text boxes to fit the text (only increases heights, does not shrink).The access token received from the authorization server in the OAuth 2.0 flow.
The URL link to the Google Slides document you wish to upload.
Specify the type of document to create. Possible values: "template", "library".
template
, library
The name to assign to the uploaded presentation.
A brief description of the presentation.
Determines how text boxes are handled during upload.
- **true**: Converts all text boxes into placeholders.
- **false**: Only identifies and captures text enclosed in brackets (`[`, `]`) as placeholders.
Determines if bounding boxes of text boxes are resized to fit the text.
- **true**: Resizes all text boxes to fit the text.
- **false**: Keeps the original text box sizes.
Document created successfully
The response is of type any
.
Upload a Google Slides link to create a template or library within your organization.
Processing Time: Depending on the number of slides, processing may take a few minutes (e.g., 50 slides may take approximately 3 minutes). If upload speed is a concern, please contact us to discuss optimization options.
Text Box Handling:
reset_text_boxes=false
: Automatically identifies and captures text placeholders enclosed in brackets ([
, ]
).resize_text_boxes=false
: Resizes text boxes to fit the text (only increases heights, does not shrink).The access token received from the authorization server in the OAuth 2.0 flow.
The URL link to the Google Slides document you wish to upload.
Specify the type of document to create. Possible values: "template", "library".
template
, library
The name to assign to the uploaded presentation.
A brief description of the presentation.
Determines how text boxes are handled during upload.
- **true**: Converts all text boxes into placeholders.
- **false**: Only identifies and captures text enclosed in brackets (`[`, `]`) as placeholders.
Determines if bounding boxes of text boxes are resized to fit the text.
- **true**: Resizes all text boxes to fit the text.
- **false**: Keeps the original text box sizes.
Document created successfully
The response is of type any
.