curl --request POST \
--url https://demo.enneo.ai/api/mind/knowledgeSource/filesConnector/{id}/reindex \
--header 'Authorization: Bearer <token>'{
"success": true
}Re-downloads the original binary from storage, re-converts it to Markdown, and updates the knowledge_sources row. If the embedding hash is unchanged, skips firing the knowledgeSourceChanged event (saves a needless Weaviate upsert) but still bumps modifiedAt.
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.