API
HOST : https://api.kai-studio.ai
We released a new version of our API, in July 2025, you will find all the endpoints in the coming pages below, splitted into 6 categories :
orchestrator : about the indexation of the documents
documents: to get informations about the documents inside the instance, their indexation status, and basic information.
audit: to retrieve all anomalies (conflicts, duplicates) found among your indexed documents
search: to find information inside the document and the knowledge it contains, ask a question, you will get an answer
conversation: same as search, but like a chatbot, you will be able to keep the context of the chat and previous answers
semantic graph: useful to discover all the knowledge stored in the knowledge graph created from your indexed documents
To authenticate to our API, you will need to insert the instance_id and the api_key into headers. You can find these information on the admin page of your instance on the kai-studio or contact our team.
Our API documentation is also available here : https://documenter.getpostman.com/view/30765019/2s9YXcek45
Last updated