ZeqDisaster
Disaster response coordination. Multi-agency resource allocation, evacuation zone modeling, supply chain logistics with Zeqond-synchronized command timeline.
| Endpoint | POST /api/emergency/disaster |
| Auth | api-key |
| Rate limit | 10/min |
| Category | emergency |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
disasterType | string | Yes | 'earthquake', 'flood', 'wildfire', 'hurricane', 'tsunami', 'pandemic'. |
epicenter | object | Yes | { lat, lng, radius_km } |
populationDensity | number | No | People per sq km in affected zone. |
Returns
{ evacuationZones, resourceAllocation, shelterCapacity, supplyRoutes, zeqond }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"disasterType": "<disasterType>",
"epicenter": {},
"populationDensity": 0
}' \
"https://zeqsdk.com/api/emergency/disaster"
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-disaster.