curl --request POST \
--url https://demo.enneo.ai/api/mind/knowledgeSource/filesConnector/folders \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "Sales",
"parentId": 10
}
'{
"success": true,
"id": 11,
"created": true
}Creates a new folder under the files connector hierarchy.
curl --request POST \
--url https://demo.enneo.ai/api/mind/knowledgeSource/filesConnector/folders \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "Sales",
"parentId": 10
}
'{
"success": true,
"id": 11,
"created": 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.
JWT-based authentication
Folder ensured (created or already existed)