Discover available map products
POST/discover/map
Initiates the map discovery process and returns a list of available map products.
If no_cache=true is provided as a query parameter, the agent fetches fresh data.
Request
Query Parameters
no_cache boolean
Set to true to force fresh data
Responses
- 200
- 500
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
configs
object
nullable
exportMaxResolutionDeg doublenullable
errorMsg stringnullable
method MapOfferingMethodrequired
Possible values: [single, polygonParts]
products
object[]
required
catalogId stringnullable
cities stringnullable
countries stringnullable
footprint stringrequired
id stringrequired
imagingTimeBeginUTC date-timenullable
imagingTimeEndUTC date-timenullable
ingestionDate date-timenullable
maxResolutionDeg doublenullable
productId stringrequired
productName stringnullable
productType stringnullable
productVersion doublenullable
region stringnullable
resolutionMeter doublenullable
push string[]required
status MapOfferingStatusrequired
Possible values: [Success, Error]
{
"configs": {
"exportMaxResolutionDeg": 0
},
"errorMsg": "string",
"method": "single",
"products": [
{
"catalogId": "string",
"cities": "string",
"countries": "string",
"footprint": "string",
"id": "string",
"imagingTimeBeginUTC": "2026-01-01T11:09:05.939Z",
"imagingTimeEndUTC": "2026-01-01T11:09:05.939Z",
"ingestionDate": "2026-01-01T11:09:05.939Z",
"maxResolutionDeg": 0,
"productId": "string",
"productName": "string",
"productType": "string",
"productVersion": 0,
"region": "string",
"resolutionMeter": 0
}
],
"push": [
"string"
],
"status": "Success"
}
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
Loading...