ZeqDesalination
Desalination plant optimization. Reverse osmosis membrane modeling, energy recovery, brine management with R(t)-modulated pressure control.
| Endpoint | POST /api/water/desalination |
| Auth | api-key |
| Rate limit | 10/min |
| Category | water |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
feedSalinity_ppm | number | Yes | Feed water TDS in ppm. |
targetCapacity_m3_day | number | Yes | Production target. |
membraneType | string | No | 'sw-ro', 'bw-ro', 'nanofiltration'. |
Returns
{ energyConsumption_kWh_m3, recovery_pct, permeateQuality_ppm, brineDisposal, zeqond }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"feedSalinity_ppm": 0,
"targetCapacity_m3_day": 0,
"membraneType": "sw-ro"
}' \
"https://zeqsdk.com/api/water/desalination"
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-desalination.