ZeqVolcano
Volcanic activity monitoring. Seismic tremor analysis, SO2 flux, deformation (InSAR), eruption probability with HulyaPulse harmonic tremor detection.
| Endpoint | POST /api/geo/volcano |
| Auth | api-key |
| Rate limit | 10/min |
| Category | geoscience |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
seismicData | object | No | Volcanic seismicity recordings. |
gasFlux | object | No | { so2_tonnes_day, co2_tonnes_day } |
deformation | object | No | InSAR 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.