Specimen logistics, one POST away.
SLA- and fasting-aware route optimization as a REST API. Send stops, get an ordered route back — re-optimize live as the day changes.
{
"technicians": [{ "id": "tech_04", "shift_start": "06:00" }],
"stops": [
{ "patient": "pt_912", "fasting": true, "sla": "09:00" },
{ "facility": "snf_233", "draws": 14 }
]
}
// 200 OK · 214 ms
{
"route": ["pt_912", "snf_233", …],
"sla_met": 1.0,
"drive_time_saved": "37%"
} Two ways to deploy.
Embed the engine in your stack, or ship it as your own app.
Inside your EHR or LIMS
Call optimization from your own workflows. Your UI, our engine.
A standalone app, your brand
The full dispatch and field experience, white-labeled and ready to ship.
Ship routing this sprint.
Sandbox keys are free. Usage-based pricing starts when you go live — see the pricing page.