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

  1. User adds a supplement to cart.
  2. Your app calls /api/interactions/check for each medication on file.
  3. If severity is critical or moderate, surface the interaction with a link to the full record.
  4. Pull /api/products/{dsld_id} to render the safety badge and per-ingredient evidence card.
  5. 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 disclaimersPriolix Evidence API
Trust signal at checkoutGeneric warningSpecific PMID-cited interaction
Per-ingredient transparencyNoneEvidence cards with UL flags
Product safety scoreMarketing claims0–100 quantitative score
Coverage1 product at a time89,000+ products indexed
Update cadenceManualPipeline 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