Skip to content

Share Links

Share links enable public access to report PDFs without authentication. Anyone with the link can retrieve the PDF — ideal for customers, partners, or external recipients.

  1. Open the report in the designer
  2. Open the Share Drawer
  3. Click Create Share Link
  4. Optionally: add a description, restrict environments, set an expiration date
  5. Copy the generated link
FieldDescription
TokenAutomatically generated, unique access key
DescriptionOptional note (e.g. “For customer XY”)
EnvironmentsRestrict access to specific environments. Empty = all environments allowed.
Expiration DateOptional expiration date. After expiration the link becomes invalid. Without a date, the link is valid indefinitely.

The share link has the following format:

https://{domain}/api/public/share-links/{token}/pdf?param1=value1&param2=value2

Report parameters can be passed as URL query parameters. Parameters not provided fall back to their default values.

Share links can be deleted at any time. After deletion, the link is immediately invalid.

  1. Open the report in the designer
  2. Open the Share Drawer
  3. Click Delete next to the corresponding link

Creating and revoking share links requires write access to the report (folder permission: editor or owner).

The tenant is resolved from the request domain — either via subdomain (e.g. acme.presswerk.app) or custom domain. This works automatically without the link needing to contain tenant information.