The API is in early beta. Core endpoints are somewhat stable, but some may evolve and you should expect at least one more break as we refine the platform. To request access, email [email protected].
What You Can Do
The API exposes three main resources. Experiments let you submit sequences for testing, check their status, and retrieve configuration details. You create an experiment by specifying a target antigen and one or more protein sequences; the platform then queues your submission for laboratory processing. Updates become available once an experiment completes. The API will give you coarse grained updates (in particular informing your about which results being available asnone,partial or all ) and you can then use the experiment link in the same /experiments/{id} response to check them out.
Targets You can browse available all targets available at Adaptyv and search via a substring.
Authentication
Every request requires a bearer token in theAuthorization header. Contact us to receive credentials for your organization.