Skip to main content

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.

EndpointPOST /api/medical/mri
Authapi-key
Rate limit10/min
Categorymedical-imaging

Parameters

NameTypeRequiredDescription
sequencestringYes'T1', 'T2', 'FLAIR', 'DWI', 'SWI'.
kSpaceDataobjectYesRaw k-space matrix or DICOM reference.
sliceThickness_mmnumberNoSlice thickness in mm.
cardiacGatebooleanNoEnable 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.