Skip to main content

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 ObjectDescriptionAPI object type
STAC CatalogThe starting point for navigating STAC, a top-level object that provides a linking structure for grouping other STAC objects.Catalog
STAC CollectionGroups related STAC items and aggregates summary metadata.Collection
STAC ItemA STAC Item represents an individual geospatial asset (e.g., a satellite image) and includes detailed metadata, geometry, timestamp, and asset links.Items
STAC SearchThe STAC Search endpoint represents image query imagery and metadata using filters like bounding box, datetime range, collections, or item IDs.Search