FlashDocs Document Configuration
Create Google Slides FlashDocs Template/Library
Upload a Google Slides link to create a template or library within your organization.
- Template: Ideal for creating reusable slide formats.
- Library: Suitable for comprehensive collections of slides.
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).
POST
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
The URL link to the Google Slides document you wish to upload.
Specify the type of document to create. Possible values: "template", "library".
Available options:
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.
Response
200
application/json
Document created successfully
The response is of type any
.