POSIUM

Health check endpoint

Returns the health status of the API

GET
/health
/health

Authorization

curl -X GET "https://api.posium.ai/health"

API is healthy

{
  "status": "ok"
}