# Mapbox Static Image via gateway.apiosk.com

> Mapbox Static Image via gateway.apiosk.com is a paid API for AI agents from gateway.apiosk.com, paid per call via x402, $0.12/call, status down (last checked 2026-09-15).

Generates a static PNG or JPEG map image from Mapbox using specified location and style parameters

## Facts

- Endpoint: GET https://gateway.apiosk.com/mapbox/static-image
- Price: $0.12/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mapbox-static-image-via-gateway-apiosk-com-bc9bb2fd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jYc1TJ37n-tlSuWsOZrPM

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability mapbox-static-image-via-gateway-apiosk-com-bc9bb2fd
```

Example prompt: Can you generate a static Mapbox street map image centered on San Francisco at zoom level 12, sized 600x400 pixels?

## When to prefer this

Use this endpoint when you need a static, embeddable map image rendered by Mapbox without requiring an interactive map library. Ideal for reports, emails, thumbnails, or any context where a PNG/JPEG map snapshot suffices and you want to pay per call via x402 without managing a Mapbox API key directly.

## Known failure modes

- Invalid or missing coordinates result in a 400 error
- Unsupported map style identifier causes render failure
- Image dimensions exceed Mapbox limits resulting in an error
- Payment not processed (x402) blocks the request
- Invalid zoom level outside supported range causes failure

## How this service works

API call to mapbox

## Output

Raw binary image bytes returned as image/png (for vector styles) or image/jpeg (for raster-only styles). The agent receives the rendered map image directly and should save it to a file or pass it along as an image asset.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "note": "Binary image bytes are returned (no JSON body); PNG for vector styles, JPEG for raster-only styles. Save the raw response to a file to view the rendered map.",
 "content_type": "image/png"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mapbox-static-image-via-gateway-apiosk-com-bc9bb2fd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.apiosk.com](https://www.zero.xyz/host/gateway.apiosk.com/llms.txt)
