The contract
Two primitives. One reasoned profile.
Lead with interpretation and evidence — decision-support for a licensed professional, never an autonomous action.
POST /v1/interpret
# fuse inputs into one reasoned profile POST https://api.thegenebox.com/v1/interpret { "inputs": ["dna", "microbiome", "blood"], "brand": "your-clinic" } # → reasoned profile + evidence + review status { "profile": "resolved", "confidence": 0.94, "citations": [ ... ], "review_status": "clinician", "disclaimer": "decision-support; not a diagnosis" }
The surface
Built for your team.
Scoped keys, the five layers as endpoints, evidence on every field.
// interpret
interpret()
Fuse selected inputs into one reasoned, confidence-scored profile.
// evidence
evidence()
Resolve any finding to its primary sources — PMID / DOI.
// scope
Scope
Decision-support for a qualified professional. Not a diagnostic device. Human review required for clinical findings.
Put the OS behind your brand.
Request API access — copy under legal review before launch.