Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
multipart/form-data
The PowerPoint (.ppt or .pptx) file 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
Document uploaded successfully
The response is of type any
.