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 ([
,]
).reset_text_boxes=true
: Resets all text to placeholders, converting all text boxes into placeholders regardless of existing formatting.
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.
Response
200
application/json
Document created successfully
The response is of type any
.