← All docsFix & share

Sharing & export

Public report links (opt-in, revocable) and PDF/HTML/Markdown/CSV exports.

Any saved analysis or comparison can get a public link — opt-in, per report, and revocable. The token is a 192-bit random value, so links are unguessable; anyone with the link can view the report without signing in.

  • A viewer sees: the engine's report (score, findings, waterfall summary) and the AI summary.
  • A viewer never sees: the raw HAR, request/response bodies, headers, cookies, or capture screenshots — they aren't in the shared payload at all.
  • One live link per report: sharing again returns the same URL instead of minting new ones.
  • Stop sharing revokes the link immediately; deleting or pruning the underlying report kills its link automatically.
Creating a link is a paid feature (see plans); viewing and revoking are always free.

Exporting a report#

The Export menu on any saved analysis or comparison downloads it in four formats:

FormatBest for
PDFSending to someone who just needs to read it.
HTMLA self-contained offline page — styles inlined, no external requests.
MarkdownPasting into a PR description, issue, or wiki.
CSVSlicing the findings in a spreadsheet.

Exports are generated server-side from the persisted report, so they're only available on saved runs (anonymous analyses aren't stored — see what we store).

Still stuck? Email us or browse all guides.