curl --request GET \ --url https://api.example.com/api/v1/health
{ "status": "<string>"}
Endpoints
Health Check
Check the health status of the LLM gateway service
GET
/
api
/
v1
/
health
Health Check
curl --request GET \ --url https://api.example.com/api/v1/health
{ "status": "<string>"}
The Health endpoint provides a simple way to verify that the gateway service is operational. This endpoint is useful for monitoring, load balancer health checks, and service discovery.