Overview
This STAC API documentation provides all available endpoints, authentication instructions, parameters, and usage examples for seamless integration with the platform.
This API implements the SpatioTemporal Asset Catalog (STAC) specification for accessing satellite imagery and metadata.
The API conforms to STAC 1.0.0 and supports advanced search, pagination, and standardized metadata for all imagery
STAC Object | Description | API object type |
---|---|---|
STAC Catalog | The starting point for navigating STAC, a top-level object that provides a linking structure for grouping other STAC objects. | Catalog |
STAC Collection | Groups related STAC items and aggregates summary metadata. | Collection |
STAC Item | A STAC Item represents an individual geospatial asset (e.g., a satellite image) and includes detailed metadata, geometry, timestamp, and asset links. | Items |
STAC Search | The STAC Search endpoint represents image query imagery and metadata using filters like bounding box, datetime range, collections, or item IDs. | Search |