Overview
API call to mapbox
Protocol
x402
Price
$0.07
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
gateway
Source
bazaar
Indexed
2026-06-29 19:09:15
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"properties": {
"bearing": {
"description": "Map rotation in decimal degrees (0-360); 0 is north-up.",
"example": 0,
"type": "number"
},
"center": {
"description": "Center point of the map as a \"longitude,latitude\" pair in decimal degrees (longitude -180..180, latitude -85.0511..85.0511).",
"example": "-122.42,37.78",
"type": "string"
},
"pitch": {
"description": "Map tilt in degrees (0-60); 0 is straight down.",
"example": 0,
"type": "number"
},
"size": {
"description": "Image dimensions as {width}x{height} in pixels (each between 1 and 1280).",
"example": "600x400",
"type": "string"
},
"style": {
"description": "Mapbox style to render with (e.g. streets-v12, outdoors-v12, satellite-streets-v12, light-v11, dark-v11).",
"example": "streets-v12",
"type": "string"
},
"zoom": {
"description": "Zoom level of the map, a number between 0 and 22.",
"example": 12,
"type": "number"
}
},
"required": [
"center",
"zoom",
"size"
],
"type": "object"
},
"type": "http"
}
Output Schema
{
"content_type": "image/png",
"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."
}