---
title: "Render a map as PNG"
method: GET
path: "/api/maps/{map_id}/render.png"
tags: ["Maps"]
---

# Render a map as PNG

`GET /api/maps/{map_id}/render.png`

Renders a map as a static PNG image, including layers and their symbology.

If no `bbox` is provided, the extent defaults to the smallest extent that contains
all layers with well-defined bounding boxes. `bbox` must be in the format `xmin,ymin,xmax,ymax` (EPSG:4326).

Width and height are in pixels.

## Path parameters

- `map_id` string, required

## Query parameters

- `bbox` string, nullable
- `width` integer
- `height` integer
- `bgcolor` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2025-08-30** `012ea1e4fbf8` — 1 warning
  - deleted the `query` request parameter `request`
- **2025-08-04** `336fa31dc1dd` — 1 info
  - endpoint added
- **2025-07-30** `61b2addd3ef0` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/buntinglabs/apis/mundi-ai-developer-api/changes/api/maps/:map_id/render.png/get.md)

---

[API](https://skmtc.dev/buntinglabs/apis/mundi-ai-developer-api.md) · [All operations](https://skmtc.dev/buntinglabs/apis/mundi-ai-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/buntinglabs/mundi-ai-developer-api/revisions/a74491e93dab/schema)
