1
Install the SDK
Install the See Installation for
bunker-fold Python package, which ships a typed client for every Bunker Longevity model.uv and poetry alternatives.2
Get an API key
Sign in at bunkerbio.com and generate a key from your Bunker Longevity account settings. Treat it like a password.See Authentication for full details on scopes and rotation.
3
Deploy the model
Deploy a model instance so it is ready to accept inference requests.
4
Run inference
Send an amino acid sequence and get a predicted 3D structure back.
5
Inspect the response
You get back a confidence score, per-residue coordinates, and timing.
Response
Next steps
- Browse all models: compare all six models and pick the one for your task.
- API Reference: full request and response schemas for every endpoint.