REST APIs that turn unstructured lab reports into structured data. Clinical calculators as a service. Guideline summarization. Research-use-only testing. And expert hepatology second opinions — all from one platform.
Programmatic access to lab report parsing, clinical score calculation, and clinical guideline summarization. Built for healthtech developers, researchers, and clinical decision support systems.
Upload a PDF or image of a blood report and receive structured JSON with 50+ liver-relevant parameters — automatically normalized to standard units.
/v1/reports/parse
{
"file": "<base64_encoded_pdf_or_image>",
"file_type": "pdf",
"patient_context": {
"age": 52,
"sex": "M",
"diabetes": true
}
}
{
"date": "2024-06-15",
"report_type": "blood",
"ast_u_l": 45,
"alt_u_l": 62,
"platelets_10_9_l": 165,
"albumin_g_dl": 3.5,
"hba1c_pct": 6.8,
"units_normalized": true,
"fields_extracted": 38,
...
}
Send lab values and receive validated clinical scores with interpretations — the same calculations that power MDCalc-style tools, available as an API.
/v1/calculators/score
{
"scores": ["fib4", "meld3", "agile3plus"],
"inputs": {
"age": 52,
"ast_u_l": 45,
"alt_u_l": 62,
"platelets_10_9_l": 165,
"creatinine_mg_dl": 1.1,
"bilirubin_mg_dl": 1.2,
"inr": 1.1,
"sodium_meq_l": 138,
"sex": "M",
"lsm_kpa": 12.4
}
}
{
"fib4": {
"score": 1.82,
"risk_zone": "indeterminate",
"interpretation": "Further testing advised..."
},
"meld3": {
"score": 12,
"interpretation": "Relatively stable..."
},
"agile3plus": { ... }
}
Submit a clinical guideline URL or PDF from AASLD, EASL, EASD-EASO, ACG, or AGA and receive a structured summary — key recommendations, evidence grades, and decision algorithms extracted.
/v1/guidelines/summarize
{
"source_type": "url",
"source": "https://doi.org/10.1002/hep.12345",
"guideline_body": "AASLD",
"focus_areas": [
"screening_algorithm",
"treatment_recommendations"
]
}
{
"title": "AASLD Practice Guidance...",
"year": 2024,
"sections": [
{
"topic": "MASLD screening",
"recommendations": [...],
"evidence_grade": "1B"
}
],
"algorithms": [...]
}
Standard liver panels tell you part of the story. But emerging biomarkers — many available as research-use-only (RUO) assays — can help fill in the gaps for patients who want to go deeper.
We help you identify, order, and interpret tests that go beyond what most clinics routinely offer — working within regulatory frameworks and connecting you with CLIA-certified or CAP-accredited laboratories.
Upload your liver lab results and get a personalized, interactive dashboard with longitudinal tracking.
See each value charted over time — ALT, AST, GGT, FIB-4, LSM, HbA1c and more — so you can spot trends your doctor might want to know about.
Understand what each marker measures, what changes might mean, and how they relate to your specific condition.
FIB-4, MELD, NFS, APRI, AGILE 3+, AGILE 4 and more — automatically calculated at each visit from your lab data.
A printer-ready summary of all trends, scores, and medication logs for your next hepatology appointment.
Currently in early access. Wider availability expected Q1 2026.
Free evidence-based guides and two comprehensive ebooks covering everything from lab tests to imaging and diagnosis.
Liver enzymes, FIB-4, FibroScan, MELD, ultrasound, MRE, and more. Written for patients, referenced against AASLD & EASL 2024 guidelines.
Browse All Guides →8 chapters · 136+ pages · 50+ tests explained. Covers ALT, AST, GGT, ALP, bilirubin, albumin, platelets, prognostic scores, and disease-specific panels.
10 chapters · 180+ pages. FibroScan, pSWE, 2D-SWE, MRE, ultrasound, HCC surveillance, endoscopy, biopsy, and a 72-hour post-diagnosis action plan.
The complete patient library: blood tests, imaging, diagnosis, scoring systems, and a 72-hour action plan.
Most liver patients don’t need a second opinion. But for the roughly 5–10% of cases where the diagnosis is uncertain, imaging findings are ambiguous, or treatment decisions are complex, a fresh perspective from a specialist can provide clarity.
We assess your situation to determine whether a second opinion would genuinely help. Not everyone needs one — and we’ll tell you honestly if you don’t.
If a second opinion makes sense and you can’t easily access a major liver center, we connect you with a hepatologist or radiologist from our vetted panel.
You receive a written opinion addressing your specific questions, typically within 5–7 business days.
We believe in transparency. Here’s exactly how our services are structured.
Interested in our APIs, testing coordination, second opinions, or something else? Drop us a message and we’ll get back to you within 24–48 hours.
Sending your message…
Your message has been received. We’ll get back to you within 24–48 hours.