For most use cases, the
slideless CLI is easier than calling this endpoint directly. The CLI command equivalent is slideless share <presentationId> --name "Acme".When to use
Your presentation is already uploaded, and you want a new share link for a specific recipient, with:- its own view count (
accessCount) — independent of the default token and any other tokens - its own URL — stable once issued
- the ability to revoke just this recipient later without disrupting other recipients
POST /sharePresentationViaEmail instead — it mints per-recipient tokens automatically.
Endpoint
Auth
Recommended scope:
presentations:write.
Request body
Example — default (follows latest):
Response (200)
Examples
curl
Node.js
Errors
Next
- POST /unsharePresentation — Revoke one token, or every token on the deck.
- GET /getSharedPresentationInfo — See every token on a presentation with per-token view counts.