Skip to main content

ZeqUltrasound

Ultrasound beamforming with HulyaPulse phase coherence. 1.287 Hz sub-harmonic extraction for tissue characterization. Supports B-mode, M-mode, Doppler.

EndpointPOST /api/medical/ultrasound
Authapi-key
Rate limit15/min
Categorymedical-imaging

Parameters

NameTypeRequiredDescription
modestringYes'b-mode', 'm-mode', 'doppler', 'color-flow'.
rfDataobjectYesRaw RF echo data.
frequency_MHznumberNoTransducer frequency.

Returns

{ image, tissueDensity, bloodFlow, depthPenetration_cm, zeqond, phase }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"mode": "<mode>",
"rfData": {},
"frequency_MHz": 7.5
}' \
"https://zeqsdk.com/api/medical/ultrasound"

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