cURL
curl --request GET \ --url https://foundry-api-public.adaptyvbio.com/api/v1/experiments/{exp_id}/quote/pdf \ --header 'Authorization: Bearer <token>'
Returns the quote as a PDF containing itemized pricing, terms, and experiment configuration. Response content-type is application/pdf.
application/pdf
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Experiment identifier
Quote PDF stream
Was this page helpful?