ZeqWastewater
Wastewater treatment optimization. Activated sludge modeling (ASM1), nutrient removal (N/P), biogas production, effluent quality prediction with Zeqond process control.
| Endpoint | POST /api/water/wastewater |
| Auth | api-key |
| Rate limit | 10/min |
| Category | water |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
influent | object | Yes | { bod_mg_L, cod_mg_L, tss_mg_L, nh4_mg_L, tp_mg_L } |
flowRate_m3_day | number | Yes | Daily influent flow. |
process | string | No | '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.