H3 Area Metrics
Taxi & Private Hire › Products › AreaMetrics › H3 Area Metrics
Generally available
HTTP API exposing the learned H3-cell metrics: supply density per cell, demand heatmap, capacity-per-hour estimates by zone, transporter utilisation distribution. Powers the operator dashboard heatmap overlays and the agent decision engine.
Example request
GET /client/{clientId}/area/demand
See the API reference for the full request and response schema.
Endpoints
| Method | Path | |
|---|---|---|
GET | /client/{clientId}/area/demand · primary | |
GET | /client/{clientId}/area/metrics | |
GET | /client/{clientId}/area/predict | |
GET | /client/{clientId}/area/query | |
POST | /client/{clientId}/area/metrics | |
GET | /client/{clientId}/area/supply | |
GET | /client/{clientId}/area/utilisation | |
GET | /client/{clientId}/area/zone-heatmap |
Full request/response schemas and an interactive explorer will live in the API reference (coming soon).