API Playground
Interactive API explorer to test retrieval queries, tune parameters, and inspect results — directly in the browser. No local setup required to evaluate quality.
Use production-ready APIs for ingestion, hybrid search, reranking, citations, and grounded retrieval over private or public knowledge sources. Build reliable AI products without reinventing retrieval.
{
"query": "load bearing capacity",
"mode": "hybrid",
"top_k": 5,
"rerank": true
}Retrieval Pipeline
Query
embed
Vector
k=20
BM25
k=20
RRF Merge
k=20
Rerank
top 5
Generate
cited
Hybrid Scoring — Top Results
SDK
Chunking Config
Usage This Month
Interactive API explorer to test retrieval queries, tune parameters, and inspect results — directly in the browser. No local setup required to evaluate quality.
Combine dense vector search with sparse BM25 retrieval using Reciprocal Rank Fusion. Get the precision of keyword search and the recall of semantic search in one request.
Configure chunking strategy per document type — fixed-size, semantic, hierarchical, or custom. Fine-tune overlap, max tokens, and metadata extraction per ingestion pipeline.
Every generated response includes structured citations with document ID, chunk ID, page number, and confidence score. Parse and display citations however your UI requires.
Debug retrieval pipelines visually. See which chunks were retrieved, how they were reranked, and exactly which text was used to generate each part of the response.
Official SDKs for Python, TypeScript, Go, and Java. Full type safety, async support, streaming responses, and comprehensive examples for every retrieval pattern.