Skip to main content

ZeqSmartCity

Integrated smart city sensor fusion. Combines traffic, air quality, noise, energy, waste into one HulyaPulse-synchronized dashboard with anomaly detection.

EndpointPOST /api/infra/smart-city
Authapi-key
Rate limit10/min
Categoryinfrastructure

Parameters

NameTypeRequiredDescription
sensorFeedsarrayYes[{ sensorType, location, readings }]
anomalyThresholdnumberNoStandard deviations for alert.

Returns

{ cityHealthScore, anomalies, trends, predictions, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"sensorFeeds": [],
"anomalyThreshold": 3
}' \
"https://zeqsdk.com/api/infra/smart-city"

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-smart-city.