Retrieve the current status of the API, along with latency and timestamp information.
Your Apollo AI API key (optional for health check).
Response
The status of the API (e.g., success).
The time taken to process the request.
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"
}