ZeqMRI
HulyaPulse-synced MRI signal reconstruction. R(t) modulation on k-space trajectories for artifact suppression. Supports T1/T2/FLAIR sequences with Zeqond-gated cardiac sync.
| Endpoint | POST /api/medical/mri |
| Auth | api-key |
| Rate limit | 10/min |
| Category | medical-imaging |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
sequence | string | Yes | 'T1', 'T2', 'FLAIR', 'DWI', 'SWI'. |
kSpaceData | object | Yes | Raw k-space matrix or DICOM reference. |
sliceThickness_mm | number | No | Slice thickness in mm. |
cardiacGate | boolean | No | Enable Zeqond cardiac gating. |
Returns
{ reconstructedImage, snr, artifactScore, zeqond, phase, resolution_mm, T_relaxation }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"sequence": "<sequence>",
"kSpaceData": {},
"sliceThickness_mm": 3,
"cardiacGate": false
}' \
"https://zeqsdk.com/api/medical/mri"
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-mri.