Skip to main content
GET
/
storage
/
test
Test storage
curl --request GET \
  --url https://demo.enneo.ai/api/mind/storage/test \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt

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

Authorizations

Authorization
string
header
required

JWT-based authentication

Response

Successful operation

Data format of Enneo success messages

success
boolean

Operation was successful

Example:

true