All requests below will use this key. Your API key is sent directly to api.cueapi.ai and never stored by the docs site.
GET
/statusStatus
Lightweight status endpoint for uptime monitors.
No authentication required. Designed for uptime monitoring services (UptimeRobot, Pingdom, etc.).
Request
bash
curl https://api.cueapi.ai/statusResponse
json
{
"status": "healthy"
}json
{
"status": "degraded",
"reason": "poller stale"
}json
{
"status": "down",
"reason": "postgres unreachable"
}GET
Try it/statusEnter your API key above to send requests