Skip to main content

ZeqBridge

Structural health monitoring for bridges. HulyaPulse resonance analysis on accelerometer data, fatigue cycle counting, load distribution with R(t) stress amplification.

EndpointPOST /api/infra/bridge
Authapi-key
Rate limit10/min
Categoryinfrastructure

Parameters

NameTypeRequiredDescription
sensorDataobjectYesAccelerometer/strain gauge readings.
bridgeTypestringNo'suspension', 'arch', 'beam', 'truss', 'cable-stayed'.
designLoad_kNnumberNoDesign 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.