Nexus-Med

Integrate ContextualRx Anywhere

Power your telehealth app, EMR, or pharmacy system with the most advanced medication safety API on the market.

POST /check

Run a full contextual analysis.

Request Body

{
  "medicationList": "Lisinopril 10mg, Metformin 500mg",
  "healthContext": "Age 65, Type 2 Diabetes",
  "foodQuery": "Grapefruit"
}

Response Body

{
  "report": "Generated report text..."
}