Share a deck
POST/v1/shares
Mints a share token (link or public) for a deck and sets the deck's share mode. Anyone with the resulting link can view — no account needed.
Requires an API key (bearer), scoped to the active org. Supports idempotency keys.
Body parameters
deckstringrequiredDeck id or external_id.
modestringoptionalPossible values:
link,publicexpires_in_daysintegeroptional1–365Link stops resolving after this many days (Renza Pro).
passwordstringoptionalmax 72 charsViewers must enter this before the deck serves (Renza Pro). Stored hashed.
Returns
201The created share.
Failures use the standard error envelope with a closed set of codes.