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.
Example response
{
"status": "ok"
}Returns a health payload when the chat UI is disabled. Otherwise, serves the interactive chat interface.
Health payload or chat UI HTML.
{
"status": "ok"
}