Skip to main content

ZeqPET

PET scan coincidence detection with Zeqond-gated timing windows. 777ms coincidence frames for improved spatial resolution and reduced random noise.

EndpointPOST /api/medical/pet
Authapi-key
Rate limit5/min
Categorymedical-imaging

Parameters

NameTypeRequiredDescription
listModeDataobjectYesRaw list-mode coincidence data.
tracerstringNo'FDG', 'amyloid', 'tau', 'PSMA'.
gatingstringNo'cardiac', 'respiratory', 'none'.

Returns

{ suv_map, metabolicVolume, quantification, zeqond, resolution_mm }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"listModeData": {},
"tracer": "FDG",
"gating": "none"
}' \
"https://zeqsdk.com/api/medical/pet"

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