API

An API testing interface is available on Postman : https://documenter.getpostman.com/view/30765019/2s9YXcek45

Our API is organized into five types of endpoints :

Find all endpoints on Postman here .

Core : for basic and central functions

Endpoints about the documents KAI accesses, analyze, indexes :

/api/orchestrator/differential-indexation .. to launch a update of the indexation /api/orchestrator/files/download .. to download a file /api/orchestrator/list-docs .. to list all your documents in your KB /api/orchestrator/list-indexed-documents .. to list all the documents we indexed

/api/orchestrator/last-indexation .. to get the date of the last indexation /api/orchestrator/last-finished-indexation .. to get the end date of the last indexation

Endpoints about the statistics of the core functions:

/api/orchestrator/stats/count-detected-documents /api/orchestrator/stats/count-documents /api/orchestrator/stats/count-indexable-documents /api/orchestrator/stats/count-indexed-documents /api/orchestrator/stats/count-inprogress-indexation-documents

End points about the system :

/global-health /health

Audit: for the audit module functions
Search : for search module functions
Chatbot : for conversation and keep context of the previous messages

Last updated