ZeqDrugInteraction
Drug-drug interaction checking. CYP450 metabolism prediction, DDI severity scoring, alternative drug suggestions with R(t)-modulated pharmacokinetic modeling.
| Endpoint | POST /api/pharma/interaction |
| Auth | api-key |
| Rate limit | 20/min |
| Category | pharma |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
medications | array | Yes | [{ name, dose_mg, frequency }] |
patientFactors | object | No | { age, weight_kg, renalFunction, hepaticFunction } |
Returns
{ interactions, severity, mechanism, alternatives, cytochromeProfile, zeqond }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"medications": [],
"patientFactors": {}
}' \
"https://zeqsdk.com/api/pharma/interaction"
This protocol is a named building block — one of the operations you
compose inside a state contract. Call it directly with
the request above, or invoke it from a contract that fires on your machine's
clock. Browse the whole library at GET /api/protocols; fetch this one at
GET /api/protocols/zeq-drug-interaction.