ZeqSearch & Rescue
Search and rescue probability mapping. Bayesian search theory with HulyaPulse-timed sweep patterns, terrain analysis, survival probability decay curves.
| Endpoint | POST /api/emergency/sar |
| Auth | api-key |
| Rate limit | 10/min |
| Category | emergency |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
lastKnownPosition | object | Yes | { lat, lng, timestamp } |
terrain | string | No | 'urban', 'forest', 'mountain', 'water', 'desert'. |
timeSinceLost_hours | number | Yes | Hours since last contact. |
Returns
{ probabilityMap, searchPattern, survivalProbability, resourceNeeded, zeqond }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"lastKnownPosition": {},
"terrain": "<terrain>",
"timeSinceLost_hours": 0
}' \
"https://zeqsdk.com/api/emergency/sar"
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-sar.