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.
| Endpoint | POST /api/medical/pacemaker |
| Auth | api-key |
| Rate limit | 10/min |
| Category | medical-devices |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
ecgData | object | Yes | 12-lead ECG data or intracardiac electrogram. |
pacingMode | string | No | 'DDD', 'VVI', 'AAI', 'CRT'. |
lowerRate_bpm | number | No | Lower 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.