Skip to main content

ZeqDrugInteraction

Drug-drug interaction checking. CYP450 metabolism prediction, DDI severity scoring, alternative drug suggestions with R(t)-modulated pharmacokinetic modeling.

EndpointPOST /api/pharma/interaction
Authapi-key
Rate limit20/min
Categorypharma

Parameters

NameTypeRequiredDescription
medicationsarrayYes[{ name, dose_mg, frequency }]
patientFactorsobjectNo{ 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.