Skip to main content

ZeqCorrosion

Corrosion rate prediction and cathodic protection design. Tafel analysis with HulyaPulse electrochemical impedance, pitting probability, sacrificial anode sizing.

EndpointPOST /api/materials/corrosion
Authapi-key
Rate limit10/min
Categorymaterials

Parameters

NameTypeRequiredDescription
materialstringYesAlloy designation.
environmentobjectYes{ pH, temperature_C, chloride_ppm, dissolved_O2 }
protectionTypestringNo'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.