Axelered AI
API System

Health Check

GET
/health

Verify that the server is operational and all dependencies are reachable.

Response Body

application/json

{  "services": {    "postgres": "healthy",    "qdrant": "healthy",    "redis": "healthy",    "s3": "healthy"  },  "healthy": true,  "status": "healthy"}