Skip to main content

ZeqFormulation

Drug formulation optimization. Dissolution modeling (Noyes-Whitney), excipient compatibility, stability prediction with R(t) degradation kinetics.

EndpointPOST /api/pharma/formulation
Authapi-key
Rate limit10/min
Categorypharma

Parameters

NameTypeRequiredDescription
apiobjectYesActive pharmaceutical ingredient properties.
dosageFormstringNo'tablet', 'capsule', 'injection', 'topical', 'inhaler'.
excipientsarrayNo[{ name, percentage }]

Returns

{ dissolutionProfile, shelfLife_months, bioavailability_pct, stability, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"api": {},
"dosageForm": "tablet",
"excipients": []
}' \
"https://zeqsdk.com/api/pharma/formulation"

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