Skip to main content

ZeqPacemaker

Cardiac pacing optimization via HulyaPulse. 1.287 Hz sub-harmonic analysis of intrinsic rhythm, adaptive rate response, and AV delay tuning for biventricular sync.

EndpointPOST /api/medical/pacemaker
Authapi-key
Rate limit10/min
Categorymedical-devices

Parameters

NameTypeRequiredDescription
ecgDataobjectYes12-lead ECG data or intracardiac electrogram.
pacingModestringNo'DDD', 'VVI', 'AAI', 'CRT'.
lowerRate_bpmnumberNoLower rate limit.

Returns

{ optimalAVdelay_ms, pacingThreshold_V, sensingAmplitude_mV, rateResponse, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"ecgData": {},
"pacingMode": "DDD",
"lowerRate_bpm": 60
}' \
"https://zeqsdk.com/api/medical/pacemaker"

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