Skip to main content
GET
Health check handler Returns a simple JSON response indicating the server is running
curl --request GET \
  --url https://api.sayna.ai/
{
  "status": "OK"
}
Simple readiness probe that reports the Sayna process status. Combine it with Kubernetes liveness checks or deployment smoke tests.

Response

200 - application/json

Server is healthy

Health check response

status
string
required

Server status

Example:

"OK"