Inspect service health, uptime, and status history.
Verify LLM connectivity
/health/echoSends a prompt to the AI service which calls Gemini to generate a unique message. A successful response with a message confirms the full chain is working: API → AI service → Gemini API. Each call returns a different message, proving the LLM is live.
curl -X GET "https://api.giantcontext.com/health/echo" \ -H "Authorization: Bearer $API_KEY"