LABS API

Sell laboratory testing to your existing customers.

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.

Features

Why Labs API?

Grow your business

Add blood, DNA, stool, and urine testing to your product or service, making customers healthier and boosting retention.

Nationwide Availability

Operate seamlessly across all 50 states with access to an extensive network of testing locations.

Comprehensive Testing

Access thousands of tests, including heart health, women's health, and immunology.

Custom Integration

Return lab data in FHIR or HL7 formats, enabling seamless integration with your existing systems.

Ready to get started? Talk to Sales

Customizable pricing

Transparent pricing tailored to your needs.

Heart Health

  • Complete blood count
  • Comprehensive metabolic panel
  • Hemoglobin A1C
  • Insulin
  • Lipid Panel
  • Lipoprotein(a)
  • Apolipoprotein B
  • High-sensitivity C-reactive protein (CRP)

Women’s Health

  • TSH and Free T4
  • Testosterone
  • Estradiol (E2)
  • Follicle Stimulating Hormone (FSH)
  • Luteinizing Hormone (LH)
  • Prolactin
  • DHEA-Sulfate
  • Anti-Mullerian Hormone (AMH)

Autoimmune

  • Eosinophils
  • Lymphocytes
  • Neutrophils
  • Basophils
  • Monocytes
  • Antinuclear Antibodies (ANA)
  • Rheumatoid Factor
  • High-sensitivity C-reactive protein (CRP)
Want volume pricing? Talk to Sales

Use Cases

Who uses Labs API?

Digital Health

Enable virtual healthcare providers to offer lab testing directly to their patients, creating a more complete experience and improving outcomes.

Learn more

Fitness & Nutrition Apps

Enhance fitness, nutrition, and sleep apps by integrating lab testing to enable more personalized wellness insights and actionable data.

Learn more

Corporate Wellness

Support employers with comprehensive health assessments for their teams, promoting preventive care and reducing healthcare costs.

Learn more

Research & Clinical Trials

Provide researchers and clinical trial operators with a scalable solution for ordering and managing lab tests, ensuring consistency and compliance.

Learn more

Integration

How it works

Step 1: Generate Your API Key

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"
                        

Step 2: Place a Lab Order

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"
    }'
                        

Step 3: Receive 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 Sales

Trusted Partner

HIPAA Compliance

Your data is secure and protected at all times

Certified Labs

Only work with CLIA and CAP certified laboratories

Expert Oversight

Test ordered and overseen by Harvard and Stanford physicians