REST API
REST API
Access GEOlyze programmatically using the REST API.
REST API
GEOlyze provides a REST API for programmatic access to your projects, runs, and analysis data.
Base URL
All API endpoints are available under /api/v1/.
Authentication
API requests must include a valid API key in the request header:
Authorization: Bearer YOUR_API_KEY
See API Keys for how to create and manage keys.
Interactive documentation
GEOlyze includes an interactive API reference powered by Scalar. Access it at /api/v1/docs to browse all available endpoints, see request/response schemas, and try requests directly from the browser.
OpenAPI specification
The full OpenAPI spec is available at /api/v1/openapi.json for use with code generators, API clients, or documentation tools.