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

Health

Service health and availability

Health check

get
/v1/health
Responses
200

Service is up

application/json
statusstringOptional
get/v1/health
GET /v1/health HTTP/1.1
Host: localhost:8080
Accept: */*
200

Service is up

{
  "status": "text"
}

Last updated