Skip to main content

ZeqDisaster

Disaster response coordination. Multi-agency resource allocation, evacuation zone modeling, supply chain logistics with Zeqond-synchronized command timeline.

EndpointPOST /api/emergency/disaster
Authapi-key
Rate limit10/min
Categoryemergency

Parameters

NameTypeRequiredDescription
disasterTypestringYes'earthquake', 'flood', 'wildfire', 'hurricane', 'tsunami', 'pandemic'.
epicenterobjectYes{ lat, lng, radius_km }
populationDensitynumberNoPeople 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.