v1

latestOpenAPI 3.0.32026-07-1312516.9 KB
Maps

Static map with GeoJSON

Generate a static map image using a GeoJSON body overlay.

post/v1/static

Query parameters

keystring

Request body

type'FeatureCollection' required

Example request

{
  "features": [
    {
      "geometry": {
        "type": "Point"
      }
    }
  ]
}

Response

Static map image.