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

Documentation Index

Fetch the complete documentation index at: https://docs.xinobi-ai.com/llms.txt

Use this file to discover all available pages before exploring further.

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"
}