Skip to main content
GET
/
healthcheck
Health check
curl --request GET \
  --url https://start.aiotic.ai/healthcheck
{
  "status": "ok"
}

Response

200 - application/json

Service is healthy

status
string
required

Current status of the service

Example:

"ok"