Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://demo.enneo.ai/api/mind/health \ --header 'Authorization: Bearer <token>'
{ "status": "healthy", "db": "host.docker.internal via TCP/IP" }
JWT-based authentication
Successful operation
The status of the service
"healthy"
The status of the database
"host.docker.internal via TCP/IP"