Create a public link to share
share_pageFree. Mints a public no-login link that anyone can open, including someone with no account. THIS IS THE TOOL FOR 'send me the designs' or 'I want to forward this to my client'. Never hand over a dashboard or app link for that: the recipient hits a login wall and sees nothing. Pass concept_id to share a DESIGN, which comes back as one page with every band stacked in order, so it reads as a whole design rather than a folder of separate images, and it prints to PDF from the browser if they want a file. Pass build_run_id to share a finished BUILT page. One or the other, not both. export_page is the one for a user who wants the source files instead. For a build, minting a new link revokes the previous one, so reuse the link rather than calling this repeatedly. A design link is stable and safe to call again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| concept_id | No | Share a design. From get_concepts. This is the one to use when someone wants to show designs to a client. | |
| build_run_id | No | Share a finished built page. From build_page or get_build. |