Skip to main content
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
Common trigger: sending the same deck to multiple prospects and wanting to know which of them actually opened it. If you’re emailing directly, use POST /sharePresentationViaEmail instead — it mints per-recipient tokens automatically.

Endpoint

Auth

Recommended scope: presentations:write.

Request body

Example — default (follows latest):
Example — pinned to v2:

Response (200)

Examples

curl

Node.js

Errors

Next