ZeqX-Ray
Digital X-ray enhancement with pulse-modulated contrast. Adaptive histogram equalization synced to Zeqond intervals for consistent exposure across body regions.
| Endpoint | POST /api/medical/xray |
| Auth | api-key |
| Rate limit | 15/min |
| Category | medical-imaging |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
rawImage | object | Yes | Raw detector data or DICOM. |
bodyRegion | string | No | 'chest', 'abdomen', 'extremity', 'spine', 'skull'. |
enhance | boolean | No | Apply 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.