ZeqSmartCity
Integrated smart city sensor fusion. Combines traffic, air quality, noise, energy, waste into one HulyaPulse-synchronized dashboard with anomaly detection.
| Endpoint | POST /api/infra/smart-city |
| Auth | api-key |
| Rate limit | 10/min |
| Category | infrastructure |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
sensorFeeds | array | Yes | [{ sensorType, location, readings }] |
anomalyThreshold | number | No | Standard 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.