Skip to content
Go to Boltz API

Share Links

Share read-only access to predictions and pipeline runs by issuing time-limited links that visitors can open without an API key or, for email-restricted links, after signing in with an allowed email. A share link is scoped to a single workspace and bundles one or more predictions and pipeline runs. The link ID is itself the bearer credential; treat it as a secret. Create, retrieve, and archive require a workspace-scoped API key with read permission on every referenced resource. Retrieving metadata remains available after expiry or archive. Viewing content and listing shared pipeline results are gated by the link ID and the link’s access mode. Archiving a link revokes public access immediately; subsequent content reads return 404. The underlying predictions and pipelines are unaffected and remain accessible through their own authenticated endpoints.

Create a share link
share_links.create(ShareLinkCreateParams**kwargs) -> ShareLinkCreateResponse
POST/compute/v1/share-links
Retrieve a share link
share_links.retrieve(strid) -> ShareLinkRetrieveResponse
GET/compute/v1/share-links/{id}
Archive a share link
share_links.archive(strid) -> ShareLinkArchiveResponse
POST/compute/v1/share-links/{id}/archive
List pipeline results from a share link
share_links.list_pipeline_results(strpipeline_id, ShareLinkListPipelineResultsParams**kwargs) -> SyncCursorPage[ShareLinkListPipelineResultsResponse]
GET/compute/v1/share/{id}/pipelines/{pipelineId}/results
ModelsExpand Collapse
One of the following:
One of the following:
One of the following: