Endpoints

titiler-pgstac OpenAPI documentation

By default the main application (titiler.pgstac.main.app) provides three sets of endpoints of access raster dataset:

  • Searches: Dynamic mosaic tiler based on PgSTAC Search Query
  • Collections: Dynamic mosaic tiler based on STAC Collection
  • Items: Dynamic tiler for single STAC item (stored in PgSTAC)

Some optional endpoints:

  • Assets (external link): Dynamic tiler a single STAC Asset (stored in PgSTAC), enabled setting TITILER_PGSTAC_API_ENABLE_ASSETS_ENDPOINTS=TRUE
  • External Dataset (external link): Dynamic tiler a single Cloud Optimized dataset, enabled setting TITILER_PGSTAC_API_ENABLE_EXTERNAL_DATASET_ENDPOINTS=TRUE

And some metadata endpoints:

  • TileMatrixSets: Available TileMatrixSets for the service
  • Algorithms (external link): Available Algorithms for the service
  • Colormaps (external link): Available Colormaps for the service