ZeqDosimetry
Personal dosimetry and ALARA optimization. Cumulative dose tracking, stay-time calculations, dose-rate contouring with Zeqond exposure logging.
| Endpoint | POST /api/nuclear/dosimetry |
| Auth | api-key |
| Rate limit | 15/min |
| Category | nuclear |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
doseHistory | array | Yes | [{ timestamp, dose_mSv, location }] |
annualLimit_mSv | number | No | Regulatory annual limit. |
Returns
{ cumulativeDose_mSv, remainingAllowance, stayTime_min, alaraRecommendation, zeqond }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"doseHistory": [],
"annualLimit_mSv": 20
}' \
"https://zeqsdk.com/api/nuclear/dosimetry"
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-dosimetry.