Endpoints Overview
All endpoints accept POST requests with a JSON body and return JSON.
Base URL
Common Request Fields
Every request includes:
| Field | Type | Required | Description |
|---|---|---|---|
aoi |
PointGeometry or PolygonGeometry |
Yes | GeoJSON geometry in WGS84 (EPSG:4326) |
stats |
string[] |
No | Statistics to compute. Default: ["min", "max", "mean", "count"] |
approx_stats |
boolean |
No | Use overviews for faster approximate results. Default: false |
Response Structure
Responses are JSON objects keyed by band or column name:
Always included
aoi_area (area of your AOI in m²) and data_area (area of data within the AOI in m²) are always present in the response regardless of which stats you request.