Drop-in Safety & Evidence Layer for Supplement Commerce
Supplement retailers, telehealth clinics, and care navigation tools all need the same things: drug-interaction checks, per-ingredient evidence, and claim verification. Priolix ships them as one bearer-token API.
What you get
- 1,300+ drug-supplement interactions with severity (critical/moderate/minor)
- 89,000+ on-market product safety scores, sourced from the NIH DSLD label set
- Per-ingredient evidence cards with dose context, UL flags, and tier scoring
- Claim verification: structured "claim vs. evidence" pairs per supplement
- Brand and market profile data for category benchmarks
- Interaction explanations: 100% coverage with plain-language summaries
Reference flow: cart-time safety check
- User adds a supplement to cart.
- Your app calls
/api/interactions/checkfor each medication on file. - If
severityiscriticalormoderate, surface the interaction with a link to the full record. - Pull
/api/products/{dsld_id}to render the safety badge and per-ingredient evidence card. - Done — you've shipped a transparent safety overlay in one afternoon.
curl -H "Authorization: Bearer $PRIOLIX_KEY" \
"https://priolix.com/api/interactions/check?supplement=st-johns-wort&drug=sertraline"
# {
# "found": true,
# "supplement": "st-johns-wort",
# "drug": "Sertraline",
# "severity": "critical",
# "mechanism": "CYP3A4 induction + serotonergic synergy",
# "effect": "Serotonin syndrome risk",
# "management": "Avoid concurrent use",
# "url": "/interactions/st-johns-wort-sertraline"
# }
Why retailers choose us
| Static disclaimers | Priolix Evidence API | |
|---|---|---|
| Trust signal at checkout | Generic warning | Specific PMID-cited interaction |
| Per-ingredient transparency | None | Evidence cards with UL flags |
| Product safety score | Marketing claims | 0–100 quantitative score |
| Coverage | 1 product at a time | 89,000+ products indexed |
| Update cadence | Manual | Pipeline ingests new DSLD labels |
Pilot fast
Drop-in safety overlay for one product line takes <1 day to ship. Sandbox key first, pilot conversation second.
Get a sandbox key