Skip to content
This repository was archived by the owner on Apr 29, 2026. It is now read-only.

Latest commit

 

History

History
55 lines (49 loc) · 2.14 KB

File metadata and controls

55 lines (49 loc) · 2.14 KB
title Knowledge Stack
description The API for ingesting, organizing, and semantically searching your knowledge base.

Knowledge Stack gives you a complete backend for managing documents, running semantic search, and powering AI-driven conversations — all through a clean REST API.

Make your first API call in minutes Get your API key and authenticate requests Upload and process documents into your knowledge base Search across your knowledge base with natural language

What you can build

Knowledge Stack handles the heavy lifting of knowledge management so you can focus on your product.

Understand folders, documents, versions, and chunks Power conversational Q&A over your documents Automate ingestion and processing pipelines Full reference for every endpoint Sign in to your workspace and create an API key from the dashboard, or call `POST /v1/api-keys`. Upload a file or provide a URL to `POST /v1/documents/ingest`. Knowledge Stack processes and chunks it automatically. Run a semantic search with `POST /v1/chunks/search` to find the most relevant chunks for any query. Create a thread and send a user message. Knowledge Stack retrieves context and streams an AI response.