API Reference
This section documents the AuditorIA Backend API. The API is built using FastAPI and follows RESTful principles.
Base URL
Default local URL: http://localhost:8000
Authentication
Most endpoints require Bearer Token authentication via Keycloak.
Header: Authorization: Bearer <access_token>