Skip to main content

ZeqWater

Water treatment and distribution network optimization. HulyaPulse-modulated flow control, contaminant detection via R(t) spectral analysis, pressure zone balancing.

EndpointPOST /api/infra/water
Authapi-key
Rate limit15/min
Categorywater

Parameters

NameTypeRequiredDescription
networkTopologyobjectYesPipe network graph with node pressures.
qualityReadingsarrayNo[{ sensor, pH, turbidity, chlorine, contaminants }]
demandForecast_hoursnumberNoHours ahead to forecast demand.

Returns

{ optimalPressures, qualityAlerts, leakProbability, demandCurve, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"networkTopology": {},
"qualityReadings": [],
"demandForecast_hours": 24
}' \
"https://zeqsdk.com/api/infra/water"

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