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

Health Check

Endpoints for checking service health

Root endpoint

get

Returns a simple "Hello World" message.

Responses
200

Successful response

text/plain
stringOptionalExample: Hello World
get/
GET / HTTP/1.1
Host: localhost:7070
Accept: */*
200

Successful response

Hello World

Last updated