Authorizations
x-api-keystringRequired
API key passed via request header. Either this or the api_key query parameter is required.
Path parameters
imageIdstring · min: 1Required
Image identifier (SID format)
Query parameters
zoomone ofOptionalDefault:
Crop and zoom the image to the area of interest.
falsebooleanOptional
stringOptional
highlightone ofOptionalDefault:
Draw the AOI outline (or marker) on the image.
falsebooleanOptional
stringOptional
aoistringOptional
Area of interest polygon in WKT format. Required if zoom is true.
markerstringOptionalPattern:
Point to mark instead of polygon outline. Format: lon,lat.
^-?\d+(?:\.\d+)?,-?\d+(?:\.\d+)?$paddingnumber · max: 1Optional
Zoom padding as a fraction (0.0 - 1.0). Default is 1.0 (100%).
Responses
200
Image file (JPEG)
image/jpeg
422
AOI does not intersect image footprint
get/developer-api/api/v1/image/{imageId}/download
GET /developer-api/api/v1/image/{imageId}/download HTTP/1.1
Host: world.spexi.com
x-api-key: YOUR_API_KEY
Accept: */*
Last updated