Order blood, DNA, stool, urine tests, and more, from 2,500+ lab locations in the US with a laboratory solution built for any business—from scaling startups to global enterprises.
Why Labs API?
Add blood, DNA, stool, and urine testing to your product or service, making customers healthier and boosting retention.
Operate seamlessly across all 50 states with access to an extensive network of testing locations.
Access thousands of tests, including heart health, women's health, and immunology.
Return lab data in FHIR or HL7 formats, enabling seamless integration with your existing systems.
Transparent pricing tailored to your needs.
Who uses Labs API?
Enable virtual healthcare providers to offer lab testing directly to their patients, creating a more complete experience and improving outcomes.
Learn moreEnhance fitness, nutrition, and sleep apps by integrating lab testing to enable more personalized wellness insights and actionable data.
Learn moreSupport employers with comprehensive health assessments for their teams, promoting preventive care and reducing healthcare costs.
Learn moreProvide researchers and clinical trial operators with a scalable solution for ordering and managing lab tests, ensuring consistency and compliance.
Learn moreHow it works
Quickly access the platform with a secure API key.
curl -X POST https://api.labsapi.com/v1/auth/token \
-H "Authorization: Bearer YOUR_SECRET_KEY"
Easily create and customize lab orders for your customers.
curl -X POST https://api.labsapi.com/v1/orders \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"patient": {
"name": "John Doe",
"dob": "1990-01-01"
},
"bundle_id": "heart_health_basic",
"results_webhook_url": "https://yourapp.com/webhooks/results"
}'
Integrate lab data directly into your system via webhooks.
{
"order_id": "ord_123",
"status": "completed",
"patient_id": "pat_789",
"bundle": "heart_health_basic",
"completed_at": "2024-03-15T14:30:00Z",
"results": {
"lipid_panel": {
"total_cholesterol": {
"value": 245,
"unit": "mg/dL",
"reference_range": "<200",
"status": "high"
}
}
}
}
Ready to integrate lab testing into your platform?
Talk to SalesYour data is secure and protected at all times
Only work with CLIA and CAP certified laboratories
Test ordered and overseen by Harvard and Stanford physicians