Skip to main content

ZeqSearch & Rescue

Search and rescue probability mapping. Bayesian search theory with HulyaPulse-timed sweep patterns, terrain analysis, survival probability decay curves.

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

Parameters

NameTypeRequiredDescription
lastKnownPositionobjectYes{ lat, lng, timestamp }
terrainstringNo'urban', 'forest', 'mountain', 'water', 'desert'.
timeSinceLost_hoursnumberYesHours 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.