Skip to main content

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

Schema

    configs

    object

    nullable

    exportMaxResolutionDeg doublenullable
    errorMsg stringnullable
    method MapOfferingMethodrequired

    Possible values: [single, polygonParts]

    products

    object[]

    required

  • Array [

  • 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]

Loading...