Skip to main content

ZeqWastewater

Wastewater treatment optimization. Activated sludge modeling (ASM1), nutrient removal (N/P), biogas production, effluent quality prediction with Zeqond process control.

EndpointPOST /api/water/wastewater
Authapi-key
Rate limit10/min
Categorywater

Parameters

NameTypeRequiredDescription
influentobjectYes{ bod_mg_L, cod_mg_L, tss_mg_L, nh4_mg_L, tp_mg_L }
flowRate_m3_daynumberYesDaily influent flow.
processstringNo'activated-sludge', 'mbr', 'sbr', 'trickling-filter'.

Returns

{ effluentQuality, sludgeProduction_kg_day, biogasYield_m3_day, energyBalance, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"influent": {},
"flowRate_m3_day": 0,
"process": "activated-sludge"
}' \
"https://zeqsdk.com/api/water/wastewater"

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