Landing, Conformance & OpenAPI
The service-level endpoints: what the API is, what it conforms to, and its machine-readable spec.
GET /
The landing page. Links to the DGGRS list (/dggs), the conformance declaration, and the OpenAPI document — the standard OGC API Common entry point.
curl https://api.geoinsight.ai/GET /conformance
The list of OGC API conformance classes this deployment implements.
curl https://api.geoinsight.ai/conformanceGET /api, GET /api/openapi.json
The OpenAPI 3 definition of the whole API — /api content-negotiates between an HTML viewer and JSON; /api/openapi.json always returns JSON.
curl https://api.geoinsight.ai/api/openapi.json/admin/* routes exist in this deployment but are localhost-only (used for datastore initialization and maintenance) and intentionally left out of this reference.