Live — v1 API now available

Structured vitals from any medical device, in one API call.

SmartScanPro turns a photo of a BP cuff, glucometer, pulse oximeter, or lab report into clean, validated, FHIR-ready data — in under a second. Built for telehealth, insurance, and clinical workflows that can't wait for integrations.

No credit card required HIPAA-ready infrastructure 16+ modalities incl. face scan
POST /api/v1/extract-medical-data
200 OK
Blood pressure monitor
Welch Allyn blood pressure monitor showing 128 / 91 / 76
{
  "success": true,
  "deviceType": "blood-pressure",
  "data": {
    "systolic":  { "value": 128, "unit": "mmHg" },
    "diastolic": { "value": 91,  "unit": "mmHg" },
    "pulse":     { "value": 76,  "unit": "bpm" }
  },
  "confidence": 0.994,
  "processingTime": 487 // ms
}
Pulse oximeter
Pulse oximeter showing SpO2 99% and pulse 65 bpm
{
  "success": true,
  "deviceType": "pulse-oximeter",
  "data": {
    "spo2":  { "value": 99, "unit": "%" },
    "pulse": { "value": 65, "unit": "bpm" }
  },
  "confidence": 0.991,
  "processingTime": 412 // ms
}
Confidence
99.4%
Output
FHIR R4 ready
Latency
487 ms

Trusted by healthcare & insurtech teams worldwide

The product

An extraction layer built for healthcare,
not a generic OCR wrapper.

Purpose-trained vision pipelines, per-device schemas, confidence scores, and FHIR-mapped output. Replace weeks of custom integration work with a single endpoint.

Clinically reliable extraction

Per-device models that understand what a reading actually means — not just what pixels look like.

  • Up to 99.8% extraction accuracy
  • Field-level confidence scores
  • Unit normalization & validation

Developer-first API

One endpoint. Stable JSON envelope. Webhooks, rate limits, and usage analytics out of the box.

  • REST + webhooks, no SDK required
  • FHIR R4 Observations on demand
  • Sub-second p95 latency

Compliance-ready by design

HIPAA-aligned infrastructure, region-pinned processing, BAAs available on Enterprise plans.

  • HIPAA & GDPR aligned
  • Encryption in transit & at rest
  • Configurable data retention
How it works

From photo to structured record in three steps.

Ship the integration in an afternoon. No custom ML, no device drivers, no firmware.

01

Capture

Patient or operator snaps the device screen from any phone, tablet, or webcam. No special hardware.

02

Extract

POST the image to /api/v1/extract-medical-data. Our per-device pipeline identifies the model, reads each field, and validates the output.

03

Integrate

Receive canonical JSON with confidence scores and an optional FHIR Bundle. Fire webhooks to your EHR, CRM, or analytics stack.

Supported modalities

16+ device & document types — now including face scan.

One API key, one integration — coverage across vitals, home diagnostics, and clinical documents.

Blood pressure monitor
Systolic, diastolic, pulse
Glucose meter
mg/dL & mmol/L
Pulse oximeter
SpO₂ & pulse rate
Thermometer
°C / °F, fever flags
Digital scale
Weight, BMI, body fat
Peak flow meter
PEF in L/min
ECG monitor
Rhythm, HR, intervals
COVID test strip
Result + confidence
Pregnancy test kit
Positive / negative
Dialysis machine
Flow rates, pressures
Vaccine certificate
Doses, dates, batch
Prescription
Drugs, dose, frequency
Discharge summary
Dx, plan, meds
Clinical & progress notes
Structured fields
Imaging reports
Impression, findings
Need another device?
Welch Allyn M · 3.8V
128 / 91 76
SYS DIA PULSE
1st reading · stablemmHg
08:42 · 20 Apr Captured
{
  "systolic":  128,
  "diastolic": 91,
  "pulse":     76,
  "unit":      "mmHg",
  "capturedAt":"2026-04-20T08:42:11Z",
  "confidence":0.994,
  "fhir": { "resourceType": "Observation",
           "code": { "coding": [{ "system":"LOINC", "code":"85354-9" }] } }
}
Flagship capability

Snap any device. Get clean JSON.

Point a phone at a BP cuff, glucometer, pulse oximeter, thermometer, or lab report. We read the display, ground every field to pixel bounds, attach a confidence score, and emit FHIR-ready data in one call.

Blood pressure
Glucose meter
Pulse oximeter
Thermometer
Weight scale
Peak flow
Lab report
Prescription
+ 8 more types
Up to 99.8% accuracy on certified-device displays. Every field ships with a calibrated confidence score and a pixel bounding box — so you can auto-approve the top-N%% and route the rest to manual review.
Supported on 200+ unique device models across BP, glucose, SpO₂, temperature, spirometry, weight. New models added on request in 4–8 weeks.
9:41 SCANNING
Heart rate
72 bpm
HRV
48 ms
SpO₂
98 %
Resp. rate
16 /min
Stress
Low
Wellness BP
118/76
New capability

Skip the device — scan your face instead.

A 30-second front-camera video is all it takes. Our rPPG pipeline reads subtle colour changes in your skin to estimate 30+ physiological markers — no cuff, strap, or wearable required.

Heart rate
HRV (SDNN, RMSSD)
Respiratory rate
SpO₂ (est.)
Wellness-band BP
Stress index
Heart age
CV risk score
+ 22 more markers
On-device by default. Raw face video never leaves the phone. Only the final structured vitals are posted to SmartScanPro — same envelope, same webhooks, same FHIR mapping as every other modality.
Face-scan outputs are wellness / indicative, not clinical measurements. For clinical use, pair with our certified-device endpoints.
Built for developers

One call. Clean JSON. Done.

Drop this into any stack — cURL, Node, Python, Go. Every response comes back in the same envelope, so you can build generic UI once and ship every device type behind it.

# Extract data from any supported device image
curl -X POST https://api.smartscanpro.ai/v1/extract-medical-data \
  -H "Authorization: Bearer $SMARTSCAN_API_KEY" \
  -F "deviceImage=@./bp-monitor.jpg" \
  -F "deviceType=blood-pressure"
Who it's for

Ship a vitals integration, not a six-month project.

Telehealth

Real vitals in virtual visits

Let patients snap their home devices during a consult — clinicians see structured, unit-normalized readings in the chart, not fuzzy selfies.

Cut visit prep by 60% — no manual transcription.
Insurance

Faster underwriting & claims

Automate intake of lab results, discharge summaries, and prescriptions. Route clean JSON to adjudication engines instead of PDF piles.

Reduce handling time from days to minutes.
Clinical trials

Remote patient monitoring

Digitize BYOD device readings from decentralized trial participants with auditable confidence scores on every field.

Audit-ready evidence for every value.
Corporate wellness

Check-ins without friction

Employees photograph their device, your app gets clean JSON to power trends, coaching, and population-level dashboards.

Higher participation, zero new hardware.
Security & compliance

Healthcare-grade, from the first byte.

End-to-end encryption, short retention windows, region-pinned processing, and a compliance posture designed for PHI from day one.

Compliance
HIPAA aligned
BAAs available on Enterprise. PHI isolation by project.
Regulation
GDPR & DPDPA
EU & India data residency options. DPA on request.
Audit
SOC 2 (in progress)
Type I roadmap; controls mapped and monitored today.
Encryption
TLS 1.3 & AES-256
Keys rotated automatically. No raw images retained by default.
By the numbers

Engineered for scale and signal.

0%
Extraction accuracy
On certified-device displays, validated field-by-field.
0ms
p95 processing latency
Including image upload on typical mobile networks.
0+
Device & document types
New modalities added monthly on customer request.
0M+
Images processed
Across telehealth, insurance, and trial workloads.
Pricing

Simple, transparent, built to grow with you.

Start free. Upgrade when you ship. No per-seat traps, no per-device upcharges.

Starter
$0
Free forever
  • 100 API calls / month
  • 7 core device types
  • Basic email support
  • Standard accuracy tier
  • API documentation access
Start free
Enterprise
Custom
annual contract
  • Unlimited API calls
  • Custom modalities & models
  • Dedicated CSM + 24/7 support
  • On-prem / VPC deployment
  • HIPAA BAA & DPA
  • White-label SDKs
Contact sales
Customers

Teams building real healthcare products
ship faster with SmartScanPro.

Handwritten prescriptions used to take our pharmacists 6 minutes each to verify. With SmartScanPro we extract drug, dose, and frequency in under a second — our fulfillment SLA dropped from two hours to fifteen minutes.
NP
Nikhil Prasad
Head of Product, Dawaiyatra
Our wellness members now snap their home BP cuff, glucometer, or oximeter and their coach sees structured vitals in the dashboard within seconds. Engagement on weekly check-ins jumped 3x after we wired SmartScanPro in.
AS
Aditi Sinha
VP Engineering, Vitabona
We prototyped in a weekend and shipped to production in two weeks. One API, every device our users already own — no hardware, no SDKs, no clunky integrations. Bhealthi's entire vitals onboarding runs on SmartScanPro.
RM
Rohit Menon
CTO, Bhealthi
Operating across five countries, each with its own device ecosystem and compliance bar, used to mean five integrations. With SmartScanPro's region-pinned processing and FHIR output, we consolidated onto a single vitals pipeline.
KM
Kavita Mohan
Director of Platform, Avisha Global
Our RPM program enrolls patients with whatever device they already own — from generic BP cuffs to name-brand glucometers. SmartScanPro reads all of them. Clinicians get clean Observations in the EHR instead of photo attachments.
JK
Dr. Jaya Kapoor
Head of RPM, RemoteCare Health
The per-field confidence scores were the unlock for our claims workflow. We auto-adjudicate the high-confidence extractions and route edge cases to human review — our SLA dropped from five days to four hours.
PS
Priya Sharma
VP Engineering, MediTrust Insurance
FAQ

Answers before you ask.

Still curious? Talk to our team →

How accurate is SmartScanPro in production?
We publish per-device accuracy benchmarks on certified device displays (up to 99.8% field-level). Every response includes confidence scores so you can set your own thresholds for auto-accept vs. manual review.
Is SmartScanPro HIPAA compliant?
Our infrastructure is HIPAA-aligned. BAAs are available on the Enterprise plan. PHI is isolated per project with configurable retention and optional region pinning (US, EU, India).
Do I need to tell you the device type in advance?
No. Pass deviceType: "auto-detect" and we'll identify the device for you. Explicit device types give slightly lower latency and tighter validation.
Can I get FHIR output directly?
Yes. Every response can include a FHIR R4 Bundle of Observations with LOINC codes, ready to POST to your EHR. No post-processing required.
What happens to my images?
By default, raw images are deleted 60 seconds after processing. Only the structured output and usage metadata are retained. Enterprise plans support zero-retention and customer-managed keys.
Do you support custom or regional devices?
Yes. Enterprise customers can request new modalities; typical turnaround is 2–4 weeks for a production-ready model. Tell us what you need.

Ship your vitals integration this week.

Free for the first 100 calls. Upgrade when you're ready. No sales call required — unless you want one.