cURL
curl --request GET \ --url http://localhost:8080/api/v1/version \ --header 'x-api-key: <api-key>'
{ "version": "<string>", "environment": "<string>", "multiTenant": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.datris.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.datris.ai/llms.txt
Use this file to discover all available pages before exploring further.
Optional API key for authentication (enabled via application.yaml)
Server version
Environment name (e.g., oss for self-hosted, or tenant prefix for managed hosting)
Whether the server is running in multi-tenant mode (true/false)