Health

Get server health or chat UI

Returns a health payload when the chat UI is disabled. Otherwise, serves the interactive chat interface.

get/

Response

Health payload or chat UI HTML.

statusstring

Example response

{
  "status": "ok"
}

Changes