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 :
Audit: for the audit module functions
Endpoint about the documents to check : /api/audit/documents-to-manage /api/audit/get-anomalies-for-document
Endpoints about the duplicates : /api/audit/duplicated-information /api/audit/duplicated-information/set-managed
Endpoints about the conflicts : /api/audit/conflict-information /api/audit/conflict-information/set-managed
Endpoint about the missing informations from your users inquiries : /api/audit/missing-subjects
Endpoints about the statistics of the audit : /api/audit/count-conflict-information /api/audit/count-duplicated-information /api/audit/count-missing-subjects
Search : for search module functions
Endpoints about the queries : /api/search/query /api/search/identify-specific-document
Endpoints about the statistics of the queries : /api/search/stats/list-search /api/search/stats/count-search /api/search/stats/count-answered-search
Endpoints about the documents available : /api/search/docs /api/search/doc
Semantic Graph: for raw results related to graph generation from provided documents
Endpoints about the semantic nodes : /api/semantic-graph/nodes /api/semantic-graph/linked-nodes /api/semantic-graph/nodes-by-label /api/semantic-graph/identify-nodes
Last updated