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
Retrieve a share link
Archive a share link
List pipeline results from a share link
ModelsExpand Collapse
ShareLinkCreateResponse object { id, access_parameters, archived_at, 6 more }
Share link ID. This value is the bearer credential used to access the linked resources — treat it as a secret.
access_parameters: object { access_mode } or object { access_mode, allowed_emails } Access-control parameters for the share link. Discriminated by access_mode: public requires no other fields; email requires a non-empty allowed_emails list.
Access-control parameters for the share link. Discriminated by access_mode: public requires no other fields; email requires a non-empty allowed_emails list.
ShareLinkRetrieveResponse object { id, access_parameters, archived_at, 6 more }
Share link ID. This value is the bearer credential used to access the linked resources — treat it as a secret.
access_parameters: object { access_mode } or object { access_mode, allowed_emails } Access-control parameters for the share link. Discriminated by access_mode: public requires no other fields; email requires a non-empty allowed_emails list.
Access-control parameters for the share link. Discriminated by access_mode: public requires no other fields; email requires a non-empty allowed_emails list.
ShareLinkListPipelineResultsResponse object { id, artifacts, created_at, 3 more } A single generated protein design
A single generated protein design
entities: array of object { chain_ids, type, value, 2 more } or object { chain_ids, type, value, 2 more } or object { chain_ids, type, value, 2 more } or 2 moreEntities in the designed complex, including designed and fixed input entities.
Entities in the designed complex, including designed and fixed input entities.
ProteinEntity object { chain_ids, type, value, 2 more }
RnaEntity object { chain_ids, type, value, 2 more }
DnaEntity object { chain_ids, type, value, 2 more }
metrics: object { binding_confidence, helix_fraction, iptm, 4 more } Structural and binding quality metrics for a designed protein binder
Structural and binding quality metrics for a designed protein binder
Confidence that the designed binder binds the target (0-1). Primary metric for hit discovery.
Fraction of the designed sequence forming alpha helices (0-1).