renza

API reference / Shares

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

  • deckstringrequired

    Deck id or external_id.

  • modestringoptional

    Possible values: link, public

  • expires_in_daysintegeroptional1–365

    Link stops resolving after this many days (Renza Pro).

  • passwordstringoptionalmax 72 chars

    Viewers 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.