§ Docs

Build binders. Ship them.

Paper Crane orchestrates twelve open-source models behind one authenticated API. These docs cover the platform end-to-end — from your first hotspot pick to a wet-lab-ready ranked list.

Quickstart

Authenticate, post a target, watch the campaign fold. The same call works against every model in the catalog.

bash
curl https://api.papercrane.bio/v1/jobs \
  -H "Authorization: Bearer $PAPERCRANE_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "tool": "bindcraft",
    "target_pdb": "2LGV",
    "hotspots": ["A47","A52","A55"],
    "n_designs": 100
  }'

Tool catalog

Twelve models, one runtime. Pick by stage of your pipeline.

Browse all docs