Skip to main content

ZeqVentilator

Mechanical ventilation with HulyaPulse respiratory synchronization. Adaptive tidal volume, PEEP optimization, and lung-protective ventilation using R(t) pressure waveforms.

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

Parameters

NameTypeRequiredDescription
modestringYes'ac-vc', 'ac-pc', 'simv', 'psv', 'aprv'.
patientWeight_kgnumberYesIdeal body weight kg.
fio2numberNoFraction of inspired oxygen (0.21–1.0).
peep_cmH2OnumberNoPositive end-expiratory pressure.

Returns

{ tidalVolume_ml, respiratoryRate, plateauPressure, compliance, drivingPressure, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"mode": "<mode>",
"patientWeight_kg": 0,
"fio2": 0.4,
"peep_cmH2O": 5
}' \
"https://zeqsdk.com/api/medical/ventilator"

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