ZeqBridge
Structural health monitoring for bridges. HulyaPulse resonance analysis on accelerometer data, fatigue cycle counting, load distribution with R(t) stress amplification.
| Endpoint | POST /api/infra/bridge |
| Auth | api-key |
| Rate limit | 10/min |
| Category | infrastructure |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
sensorData | object | Yes | Accelerometer/strain gauge readings. |
bridgeType | string | No | 'suspension', 'arch', 'beam', 'truss', 'cable-stayed'. |
designLoad_kN | number | No | Design load capacity in kN. |
Returns
{ naturalFrequency_Hz, fatigueIndex, loadFactor, damageIndicator, maintenanceUrgency, zeqond }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"sensorData": {},
"bridgeType": "<bridgeType>",
"designLoad_kN": 0
}' \
"https://zeqsdk.com/api/infra/bridge"
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-bridge.