Introduction
Build AI assistants powered by your documents.
Overview
Docubix lets you upload PDFs, DOCX, and other files, then query them through an API or embed them into your application.
Use the dashboard to manage knowledge bases, documents, and API keys. Use the public API to power chat in your product.
Core concepts
Knowledge base
A collection of documents scoped to one use case — for example, a biology course, employee handbook, or Python training material.
Document
A file uploaded to a knowledge base. Supported formats include PDF and DOCX. Documents are extracted, chunked, and embedded before they can be queried.
Conversation
A chat session with message history. The Chat API creates and continues conversations automatically. The dashboard also exposes conversation management for testing and review.
API key
A credential tied to a knowledge base. Public endpoints like /chat and /query authenticate using an API key in the request body — not a dashboard header.
Base URL
All API paths below are relative to:
https://api.docubix.com