Skip to main content

ZeqVitals — Biosignal Processing

Biosignal processing synchronized to HulyaPulse. ECG, EEG, SpO2 waveforms aligned to the 1.287 Hz grid — universal temporal reference for all physiological data.

EndpointPOST /api/health/vitals/process
Authapi-key
Rate limit30/min
Categoryhealthcare

Parameters

NameTypeRequiredDescription
signalTypestringYes'ecg', 'eeg', 'spo2', 'emg', 'respiration'.
samplesarrayYesArray of numeric sample values.
sampleRateHznumberYesSample rate of input signal.

Returns

{ processed, pulseAligned, features: { heartRate?, dominantFreq?, peaks? }, zeqondSync }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"signalType": "<signalType>",
"samples": [],
"sampleRateHz": 0
}' \
"https://zeqsdk.com/api/health/vitals/process"

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