Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET "https://memoryapi-production.up.railway.app/health"
fetch("https://memoryapi-production.up.railway.app/health") .then((response) => response.json()) .then((data) => console.log(data));
import requests response = requests.get('https://memoryapi-production.up.railway.app/health') print(response.json())
{ "status": "ok" }
Check API health status