Overview
Convert lab report PDFs into structured, standardized biomarker data via a simple REST API.
Last updated
Was this helpful?
Convert lab report PDFs into structured, standardized biomarker data via a simple REST API.
⚠️ Pre-Release
This page is currently under active development and is provided in a pre-release state.
Some content may evolve as we continue to iterate on the implementation based on your feedback, but the core concepts and functionality are expected to remain consistent.
The page will be marked as general release in the near future
Upload a lab report and receive structured biomarker data — extracted, standardized, and delivered to your webhook or available via REST.
Multi-Format Upload — Upload clinical lab reports as PDF, PNG, JPEG, GIF, or WebP (up to 20 MB)
Biomarker Standardization — Results are fuzzy-matched against a 4,200+ biomarker reference dataset, producing a canonical biomarker slug and UCUM-compliant unit codes
Reference Ranges with Context — Extracted ranges include demographic context (sex, age, pregnancy status, menstrual cycle phase)
Async Processing — Upload returns immediately with a session ID; results arrive via webhook or polling
Webhook Delivery — Full session payload is delivered automatically to your configured destination on completion
Flexible Querying — List and filter sessions by reference ID, date range, limit, and offset
POST
/v2/lab-reports
Upload a lab report
GET
/v2/lab-reports
List sessions
GET
/v2/lab-reports/{session_id}
Retrieve session details
POST
/v2/lab-reports/{session_id}/reprocess
Reprocess a session
DELETE
/v2/lab-reports/{session_id}
Delete a session
Base URL: https://access.tryterra.co/api
Quick Start — Upload, poll, and retrieve in 3 steps
Core Concepts — Session lifecycle, data model, async processing
API Reference — Full endpoint specifications
Webhook Payload — Payload format and field specs
Biomarker Reference — Standardization, UCUM codes, common biomarkers
Best Practices — Error handling, idempotency, rate limits
Last updated
Was this helpful?
Was this helpful?