Skip to main content

ZeqDosing

Individualized drug dosing. Population PK models (NONMEM-style), Bayesian dose adjustment, therapeutic drug monitoring with HulyaPulse sampling schedules.

EndpointPOST /api/pharma/dosing
Authapi-key
Rate limit15/min
Categorypharma

Parameters

NameTypeRequiredDescription
drugstringYesDrug name or identifier.
patientParamsobjectYes{ weight_kg, creatinine, age, sex }
levelsarrayNo[{ time, concentration }] measured drug levels.

Returns

{ recommendedDose, interval_hr, peakPredicted, troughPredicted, auc, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"drug": "<drug>",
"patientParams": {},
"levels": []
}' \
"https://zeqsdk.com/api/pharma/dosing"

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-dosing.