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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.sayna.ai/llms.txt

Use this file to discover all available pages before exploring further.

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"