Presentations API
Authentication
Authorization: Bearer {PLUSAI_API_KEY}Creating presentations via HTTP request
POST https://api.plusdocs.com/r/v0/presentationText Handling
Image mode
Using image attachments
Example Request
Response
Polling for Generated Presentation
Path Parameters
Example Request
Response
Polling for all Generated Presentations
Example Request
Response
API key issued for your Plus organization, sent as a bearer token.
enHow existing text content should be handled.
falsePresentation generation started.
The request was malformed or missing required fields.
Missing or invalid API key.
Concurrent presentation processing limit exceeded.
An unexpected error occurred.
API key issued for your Plus organization, sent as a bearer token.
The presentation.
Slide titles.
URL to the full generated PPTX.
The request was malformed or missing required fields.
Missing or invalid API key.
Presentation not found.
API key issued for your Plus organization, sent as a bearer token.
A list of presentations.
The request was malformed or missing required fields.
Missing or invalid API key.
Code Samples
cURL Example (Presentation Creation + Polling)
Python Example (Presentation Creation + Polling)
Plus Template IDs
Rate Limits and Restrictions
Files API
API key issued for your Plus organization, sent as a bearer token.
The file to upload.
File received; processing will begin shortly.
Missing or invalid API key.
Method not allowed (must use PUT).
Content-Length header is required.
File exceeds the size limit.
Content-Type must be multipart/form-data.
Last updated
Was this helpful?

