---
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

---

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