v2

latestSwagger 2.02026-07-131451441001.2 KB
SpatioTemporal Asset Catalog (STAC) API

Search

STAC search operation.

post/stac/search

Query parameters

api-versionstring required

The API version to use for this operation.

sign'true' | 'false'

Whether to sign asset URLs in the response.

durationinteger

URL signature duration in minutes.

Request body

collectionsstring[]

List of collection IDs to search within.

idsstring[]

List of specific item IDs to return.

bboxnumber[]

Bounding box for spatial filtering in format [west, south, east, north].

datetimestring

Temporal filter in RFC 3339 format, can be a single time or range.

limitinteger

Maximum number of results to return.

confobject

Conf

Overrides datetime validation from the base request model.

queryobject

STAC Query

See the STAC Query Extension.

filterobject

CQL2 Filter

See the STAC Filter Extension.

filter-crsstring

Coordinate reference system for the filter.

filter-lang'cql-json' | 'cql2-json' | 'cql2-text'

Filter language to use for the filter expression.

tokenstring

Pagination token for fetching the next set of results.

Response

The request has succeeded.

typestring required

Discriminator property for StacItemOrStacItemCollection.

stac_versionstring

Stac Version

msft:_createdstring date-time

MSFT Created

msft:_updatedstring date-time

MSFT Updated

msft:short_descriptionstring

MSFT Short Description

stac_extensionsstring[]

URLs to STAC extensions implemented by this STAC resource.