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

Health Check

Health check

get

Simple health check endpoint that returns 'pong'

Responses
200

Service is reachable

text/plain
stringOptionalExample: pong
get/api/ping
200

Service is reachable

Echo payload

post

Returns the same payload received in the request.

Body
Other propertiesanyOptional
Responses
200

Returns the same payload received in the request

application/json
Other propertiesanyOptional
post/api/echo
200

Returns the same payload received in the request

Last updated