Request a static map image from a Mapbox Studio style. Returns a PNG or JPEG image of the specified map area with customizable parameters including location, zoom level, camera angle, and optional overlays like markers or GeoJSON features. Use when you need to generate static ma…
latRequirednumberLatitude coordinate for the center of the map image, must be between -85.0511 and 85.0511 (Web Mercator limits).
lonRequirednumberLongitude coordinate for the center of the map image, must be between -180 and 180.
zoomRequirednumberZoom level for the map, must be between 0 (world view) and 22 (maximum detail).
pitchnumberCamera pitch (tilt) in degrees, must be between 0 (looking straight down) and 60 (maximum tilt). Default is 0.
widthRequiredintegerImage width in pixels, must be between 1 and 1280.
heightRequiredintegerImage height in pixels, must be between 1 and 1280.
retinabooleanRequest a retina (@2x) resolution image. When true, returns an image with double the specified width and height for high-DPI displays. Default is false.
bearingnumberCamera bearing (rotation) in degrees, must be between 0 and 359. Default is 0 (north-up).
overlaystringOptional overlay to add to the map, such as GeoJSON features, markers, paths, or polygons. Must be properly URL-encoded. Examples: markers (pin-s-l+f00(lon,lat)), GeoJSON (geojson({...})), paths (path-5+f00-0.5(...)).
style_idRequiredstringUnique identifier of the style to use for the map. Common Mapbox styles include: 'streets-v12' (detailed street map), 'dark-v11' (dark theme), 'light-v11' (light theme), 'satellite-v9' (satellite imagery), 'outdoors-v12' (topographic), 'navigation-day-v1', 'navigation-night-v1'.
usernameRequiredstringMapbox account username that owns the style. Use 'mapbox' for official Mapbox styles like 'streets-v12', 'dark-v11', 'light-v11', 'satellite-v9'.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.