Skip to main content
GET
/
health
curl -X GET "https://memoryapi-production.up.railway.app/health"
{
  "status": "ok"
}

Overview

Simple health check endpoint to verify the API is running and responsive. No authentication required.

Response

status
string
Health status of the API (returns “ok” when healthy)
curl -X GET "https://memoryapi-production.up.railway.app/health"
{
  "status": "ok"
}