Skip to main content

ZeqPredictiveMaintenance

Predictive maintenance via HulyaPulse vibration spectral analysis. Bearing fault detection, remaining useful life estimation, maintenance scheduling optimization.

EndpointPOST /api/mfg/predictive-maintenance
Authapi-key
Rate limit15/min
Categorymanufacturing

Parameters

NameTypeRequiredDescription
vibrationDataobjectYesAccelerometer time series.
assetTypestringNo'motor', 'pump', 'compressor', 'conveyor', 'turbine'.
operatingHoursnumberNoTotal operating hours on asset.

Returns

{ healthIndex, faultType, rul_hours, maintenanceWindow, severity, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"vibrationData": {},
"assetType": "<assetType>",
"operatingHours": 0
}' \
"https://zeqsdk.com/api/mfg/predictive-maintenance"

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-predictive-maint.