Skip to main content
The API is organised into six groups. This page is the map; the per-endpoint reference in the Endpoints section of this tab is the territory.
Exact request and response fields for each route are in the Endpoints reference, generated from the OpenAPI spec. Treat that as the source of truth. Admin routes are deliberately not published: they are not part of the contract offered to API consumers.

Spec and interactive docs

The raw spec and FastAPI’s own interactive docs are served from the same host:
In the OpenAPI spec, the servers entries are the host roots (https://haico.gr) because every path already carries the /api prefix. That is why the playground targets the host root while the base URL table shows the prefix included.