ZeqEPS
Electrophysiology study protocol. HulyaPulse-gated intracardiac signal analysis for arrhythmia mapping, conduction velocity measurement, and ablation targeting.
| Endpoint | POST /api/medical/eps |
| Auth | api-key |
| Rate limit | 5/min |
| Category | medical-devices |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
intracardiacSignals | object | Yes | Multi-electrode intracardiac electrograms. |
stimulationProtocol | string | No | 'burst', 'decremental', 'extra-stimulus'. |
mappingType | string | No | 'activation', 'voltage', 'pace-map'. |
Returns
{ conductionVelocity_m_s, refractoryPeriod_ms, arrhythmiaRisk, ablationTargets, zeqond }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"intracardiacSignals": {},
"stimulationProtocol": "decremental",
"mappingType": "activation"
}' \
"https://zeqsdk.com/api/medical/eps"
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-eps.