ZeqPET
PET scan coincidence detection with Zeqond-gated timing windows. 777ms coincidence frames for improved spatial resolution and reduced random noise.
| Endpoint | POST /api/medical/pet |
| Auth | api-key |
| Rate limit | 5/min |
| Category | medical-imaging |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
listModeData | object | Yes | Raw list-mode coincidence data. |
tracer | string | No | 'FDG', 'amyloid', 'tau', 'PSMA'. |
gating | string | No | '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.