Skip to main content
GET
/
v1
/
health
curl -X GET "https://apolloai.lol/v1/health"
{
  "status": "success",
  "latency": "1.23ms",
  "timestamp": "2024-01-27T23:32:17.000Z"
}
Retrieve the current status of the API, along with latency and timestamp information.

Headers

x-api-key
string
Your Apollo AI API key (optional for health check).

Response

status
string
The status of the API (e.g., success).
latency
string
The time taken to process the request.
timestamp
string
The ISO timestamp of the request.
curl -X GET "https://apolloai.lol/v1/health"
{
  "status": "success",
  "latency": "1.23ms",
  "timestamp": "2024-01-27T23:32:17.000Z"
}