Skip to main content
GET
https://api-production-56df.up.railway.app
/
health
curl -X GET "https://api-production-56df.up.railway.app/health"
{
  "status": "ok"
}
This endpoint does not require authentication. It can be used by load balancers, uptime monitors, and orchestration systems.

Response

status
string
Service status. Returns ok when the API is operational.
curl -X GET "https://api-production-56df.up.railway.app/health"
{
  "status": "ok"
}