Skip to main content

ZeqX-Ray

Digital X-ray enhancement with pulse-modulated contrast. Adaptive histogram equalization synced to Zeqond intervals for consistent exposure across body regions.

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

Parameters

NameTypeRequiredDescription
rawImageobjectYesRaw detector data or DICOM.
bodyRegionstringNo'chest', 'abdomen', 'extremity', 'spine', 'skull'.
enhancebooleanNoApply R(t) contrast enhancement.

Returns

{ enhancedImage, contrastRatio, doseEstimate_mSv, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"rawImage": {},
"bodyRegion": "<bodyRegion>",
"enhance": true
}' \
"https://zeqsdk.com/api/medical/xray"

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