Skip to main content

ZeqVolcano

Volcanic activity monitoring. Seismic tremor analysis, SO2 flux, deformation (InSAR), eruption probability with HulyaPulse harmonic tremor detection.

EndpointPOST /api/geo/volcano
Authapi-key
Rate limit10/min
Categorygeoscience

Parameters

NameTypeRequiredDescription
seismicDataobjectNoVolcanic seismicity recordings.
gasFluxobjectNo{ so2_tonnes_day, co2_tonnes_day }
deformationobjectNoInSAR or GPS deformation data.

Returns

{ alertLevel, eruptionProbability, tremorType, magmaDepth_km, evacuationZone_km, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"seismicData": {},
"gasFlux": {},
"deformation": {}
}' \
"https://zeqsdk.com/api/geo/volcano"

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-volcano.