ZeqCorrosion
Corrosion rate prediction and cathodic protection design. Tafel analysis with HulyaPulse electrochemical impedance, pitting probability, sacrificial anode sizing.
| Endpoint | POST /api/materials/corrosion |
| Auth | api-key |
| Rate limit | 10/min |
| Category | materials |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
material | string | Yes | Alloy designation. |
environment | object | Yes | { pH, temperature_C, chloride_ppm, dissolved_O2 } |
protectionType | string | No | 'sacrificial', 'impressed-current', 'coating', 'none'. |
Returns
{ corrosionRate_mm_yr, pittingProbability, anodeLifeYears, protectionCurrent_A_m2, zeqond }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"material": "<material>",
"environment": {},
"protectionType": "<protectionType>"
}' \
"https://zeqsdk.com/api/materials/corrosion"
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-corrosion.