Skip to content

TiTiler Core API Reference

TiTiler Core provides the foundational API patterns used across all TiTiler applications. It handles Cloud Optimized GeoTIFFs (COGs) and SpatioTemporal Asset Catalog (STAC) items.

Key Features

  • COG Support: Optimized Cloud Optimized GeoTIFF processing
  • STAC Integration: Full SpatioTemporal Asset Catalog support
  • OGC Compliance: Standards-compliant tile serving
  • Extensible Architecture: Foundation for specialized applications
  • High Performance: Optimized for cloud-native workflows

Interactive API Documentation

The complete, interactive API documentation from the Development demo deployment is below. Please be kind with this API.

Main Endpoint Categories

  • COG Endpoints: /cog/* - Cloud Optimized GeoTIFF processing
  • STAC Endpoints: /stac/* - SpatioTemporal Asset Catalog integration
  • Mosaic Endpoints: /mosaicjson/* - Multi-source mosaicking
  • Algorithms: /algorithms - Available processing algorithms
  • Color Maps: /colorMaps - Available visualization color schemes
  • TMS: /tileMatrixSets - Supported tiling schemes

Foundation Layer

TiTiler Core serves as the foundation that all other TiTiler applications build upon, providing consistent API patterns and core functionality.