For the complete documentation index, see llms.txt. This page is also available as Markdown.

Health

Health check and service status endpoints

Health check endpoint

get
/ping

Simple health check endpoint that returns "pong" when the service is running and healthy. Used for monitoring and load balancer health checks.

Responses
200

Service is healthy and responding

text/plain
stringOptionalExample: pong
get/ping

Last updated