Sentinel Hub · Example Payload

Postcatalogitemsearch Default

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC

Postcatalogitemsearch Default is an example object payload from Sentinel Hub, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathexampleNamerequestBody

Example Payload

Raw ↑
{
  "operationId": "postCatalogItemSearch",
  "method": "post",
  "path": "/catalog/v1/search",
  "exampleName": "default",
  "requestBody": {
    "collections": [
      "sentinel-2-l2a"
    ],
    "bbox": [
      13,
      45,
      14,
      46
    ],
    "datetime": "2020-12-10T00:00:00Z/2020-12-30T00:00:00Z",
    "fields": {
      "include": [
        "id",
        "type",
        "bbox",
        "properties"
      ],
      "exclude": [
        "geometry",
        "links",
        "assets"
      ]
    },
    "filter": {
      "op": ">",
      "args": [
        {
          "property": "eo:cloud_cover"
        },
        90
      ]
    },
    "filter-lang": "cql2-json",
    "limit": 1
  }
}