---
title: "Static map with GeoJSON"
method: POST
path: "/v1/static"
tags: ["Maps"]
---

# Static map with GeoJSON

`POST /v1/static`

Generate a static map image using a GeoJSON body overlay.

## Query parameters

- `key` string

## Request body

- GeoJsonFeatureCollection
  - `type` 'FeatureCollection', required
  - `features` GeoJsonFeature[], required
    - `type` 'Feature', required
    - `geometry` object, required
      - `type` string, required
      - `coordinates` number[], required
    - `properties` object, required

## Response `200`

Static map image.

## Other responses

- `400` — Bad request or invalid parameters.
- `429` — Rate limit exceeded.

---

[API](https://skmtc.net/latlng/apis/latlng-api.md) · [All operations](https://skmtc.net/latlng/apis/latlng-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/latlng/latlng-api/revisions/d6031c15b5ec/schema)
