Messy free-text in → canonical RxNorm/NDC out. One call returns the canonical code, dosage form, lay description, and cited interaction evidence — everything you lost when RxNav DDI shut down.
# messy free-text in curl -X POST https://api.rxbridge.dev/v1/normalize \ -H "Authorization: Bearer $API_KEY" \ -d '{"text": "metformn 500 tab"}' # canonical record out { "rxcui": "861007", "ingredient": "metformin", "brand": "Glucophage", "dosage_form": "tablet", "strength": "500 mg", "confidence": 0.94, "description": "Metformin lowers blood sugar in type 2 diabetes." }
Built for post-seed telehealth and e-prescribing teams who can’t afford FDB but need something better than raw openFDA labels.
Resolves misspellings, abbreviations (HCTZ, MetXR), and free-text dose noise that exact lookup misses. Returns confidence score + ranked alternates.
330+ seed records today, growing. Every match returns RXCUI, NDC, ingredient, brand, dosage form, and strength — ready to store.
Plain-English patient-friendly summaries for every canonical drug. Explicit source field — never a black box. Degrades gracefully to null.
DDI pairs with severity tags (minor / moderate / major), cited source identifier + snippet, and a mandatory not-medical-advice disclaimer. Evidence, not verdicts.
POST a list of messy texts, get back canonical codes + lay descriptions + interaction evidence in a single round-trip. Replace four separate API calls.
Signup form → instant key. Free tier with monthly quota, paid tiers for volume. Usage meter visible in your dashboard. No sales call needed.
All endpoints return JSON. Auth via Authorization: Bearer <key> header.
Start free. Upgrade when you ship. No sales call, no vendor lock-in.