Skip to main content
POST
/
knowledgeSource
/
filesConnector
/
{id}
/
reindex
Re-index a file
curl --request POST \
  --url https://demo.enneo.ai/api/mind/knowledgeSource/filesConnector/{id}/reindex \
  --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

Path Parameters

id
integer
required

Knowledge source ID

Response

File re-indexed successfully

success
boolean
Example:

true