Skip to main content

Documentation Index

Fetch the complete documentation index at: https://kremis.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

method
GET
/health
Authentication: Not required (always public)

Response

200 OK
{
  "status": "ok",
  "version": "0.17.8"
}
FieldTypeDescription
statusstringAlways "ok" if server is running.
versionstringServer version.

Example

curl http://localhost:8080/health
Last modified on April 2, 2026