Skip to main content

ZeqSeismic

Seismic wave analysis with HulyaPulse temporal correlation. P/S wave separation, ground motion prediction (GMPE), site amplification, liquefaction potential.

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

Parameters

NameTypeRequiredDescription
seismogramDataobjectYesSeismometer time series (3-component).
stationLocationobjectYes{ lat, lng, depth_m }
soilClassstringNo'A', 'B', 'C', 'D', 'E' (NEHRP site class).

Returns

{ magnitude, epicenter, depth_km, pga_g, pgv_cm_s, liquefactionRisk, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"seismogramData": {},
"stationLocation": {},
"soilClass": "<soilClass>"
}' \
"https://zeqsdk.com/api/geo/seismic"

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