ZeqCT
CT reconstruction with HulyaPulse filtered back-projection. Dose optimization via R(t)-weighted attenuation coefficients. Hounsfield unit calibration at ≤0.1% error.
| Endpoint | POST /api/medical/ct |
| Auth | api-key |
| Rate limit | 10/min |
| Category | medical-imaging |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
sinogram | object | Yes | Raw sinogram data or DICOM reference. |
algorithm | string | No | 'fbp', 'iterative', 'deep-recon'. |
doseOptimize | boolean | No | Enable R(t) dose reduction. |
Returns
{ reconstructedSlices, hounsfield, doseReduction_pct, snr, zeqond }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"sinogram": {},
"algorithm": "fbp",
"doseOptimize": true
}' \
"https://zeqsdk.com/api/medical/ct"
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-ct.