Skip to main content
GET
/
api
/
v1
/
experiments
/
{experiment_id}
/
quote
/
pdf
Get experiment quote PDF
curl --request GET \
  --url https://foundry-api-public.adaptyvbio.com/api/v1/experiments/{experiment_id}/quote/pdf \
  --header 'Authorization: Bearer <token>'
{
  "error": "experiment not found",
  "request_id": "req_019462a4-b1c2-7def-8901-23456789abcd"
}

Documentation Index

Fetch the complete documentation index at: https://docs.adaptyvbio.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Biscuit-based bearer token. Obtain tokens from the Adaptyv Portal or via the /tokens endpoint. Tokens encode organization membership and role-based capabilities; the API verifies the token's cryptographic signature and authorization claims before processing requests. Use /tokens/attenuate to create restricted tokens for delegation.

Path Parameters

experiment_id
string<uuid>
required

Experiment identifier

Response

Quote PDF stream