Skip to main content

ZeqHeart — Cardiac Modeling

Cardiac electrophysiology modeling using coupled oscillator equations synced to HulyaPulse. Simulates action potential propagation and arrhythmia detection.

EndpointPOST /api/health/heart/model
Authapi-key
Rate limit10/min
Categoryhealthcare

Parameters

NameTypeRequiredDescription
heartRateBpmnumberNoResting heart rate. Default: 72.
ecgDataarrayNoECG sample data for analysis.
modelTypestringNo'fhn' (FitzHugh-Nagumo), 'hodgkin-huxley', 'simple'. Default: 'fhn'.

Returns

{ actionPotential, rhythmClassification, anomalies, qrsIntervals, pulseSync }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"heartRateBpm": 72,
"ecgData": [],
"modelType": "fhn"
}' \
"https://zeqsdk.com/api/health/heart/model"

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