Vector Database API
You Upload Documents → We Chunk them → We Embed them → We Index them → We Store them Securely → You Retrieve the Vectors
HNSW Retrieval • No Setup Costs • Enterprise-Grade Performance
From Documents to API in Minutes
Upload your documents through our dashboard, then query them via REST API. It's that simple.
1. Create a Knowledge Base
Each Knowledge Base is a secure, isolated container for your documents. Create one for each customer or project.
curl -X POST \
-H "Authorization: Bearer your-api-key" \
-H "Content-Type: application/json" \
-d '{"name": "My First Project"}' \
"https://app.yardee.ai/api/v1/knowledgebases/"
2. Upload Documents
Upload documents to a specific Knowledge Base via API or our dashboard. We handle the processing and embedding.
✅ Ready for search • 8.2MB stored
3. Query via API
Perform semantic search scoped to a specific Knowledge Base for fast, secure, and relevant results.
curl -X POST \
-H "Authorization: Bearer your-api-key" \
-H "Content-Type: application/json" \
-d '{
"query": "vacation policy remote work",
"top_k": 5
}' \
"https://app.yardee.ai/api/v1/knowledgebases/123/search/"
Everything You Need, Nothing You Don't
Complete document-to-API pipeline with enterprise-grade vector search technology.
Smart Document Processing
Automatic parsing of structured and unstructured document types including PDF, DOCX, TXT, MD, RTF, CSV, XLSX, and PPT files with metadata extraction.
Automated Embeddings
State-of-the-art text embeddings for accurate semantic search and content understanding.
HNSW Search Engine
Enterprise-grade vector search with sub-100ms query times and dynamic performance optimization.
Advanced Metadata Filtering
Tag documents with custom properties and filter search results within a Knowledge Base.
REST API
A simple, well-documented REST API for both management and search that integrates with any platform.
Secure & Isolated
True multi-tenancy. Each Knowledge Base is a dedicated, isolated container for your data.
Multi-Tenant Ready Out of the Box
Scale from one customer to thousands with perfect data isolation. No complex architecture required.
Perfect for SaaS Applications
Isolated Knowledge Bases
Each customer gets their own secure, isolated container for documents and data.
Zero Configuration
No database partitioning, no complex setup. Just create a new Knowledge Base per customer.
Scale Seamlessly
From 1 to 10,000+ customers with the same simple API calls.
Multi-Tenant API Pattern
// Customer A's documents POST /v1/knowledgebases/123/search/ { "query": "pricing policy", "top_k": 5 } // Customer B's documents POST /v1/knowledgebases/456/search/ { "query": "pricing policy", "top_k": 5 } // Perfect isolation - no data mixing
Common Use Cases
SaaS Platforms
One Knowledge Base per customer account
Agency Work
Separate client data with complete isolation
Enterprise
Department or project-based separation
Documentation
Version or product-specific knowledge bases
Simple, Transparent Pricing
Pay only for what you store. No per-query fees, no hidden costs. Everything included.
Free Tier
Perfect for testing and small projects
- Up to 10MB storage
- 1,000 total API calls
- Document processing included
- REST API access
- No credit card required
Scale Plan
75-90% less than leading competitors!
- Unlimited storage at $10/GB
- Unlimited queries
- OpenAI Embedding at-cost
- No markup on processing
- Enterprise performance
Compare to Our Competitors:
Competitors charge $100-500/month for processing limits plus $0.02-0.05 per page overages.We only charge $10/GB storage - no processing markups, no per-query fees, no monthly minimums.
Frequently Asked Questions
How does the pricing work?
It's simple. Storage is $10 per gigabyte per month. Embeddings cost is $.01 per 1,000,000 tokens
When do I need to add a credit card?
You can start building for free without a credit card. We only ask for payment information when you exceed 10MB of storage or 1,000 total API calls.
How does this compare to the competition?
Other platforms charge $100-500/month for processing limits, plus $0.02-0.05 per page in overages, plus connector fees. We only charge $10/GB/month plus embeddings, no monthly minimums, no query fees.
Is this for me if I'm not an AI expert?
Absolutely. Yardee is designed for developers who want to add powerful semantic search to their applications without needing to become experts in vector databases or RAG pipelines. If you can use a REST API, you can use Yardee.
What file formats do you support?
We support structured and unstructured document types including PDF, DOCX, TXT, MD, RTF, CSV, XLSX, and PPT files. Documents are automatically processed, and converted to searchable vector embeddings.
How fast is the search performance?
Our HNSW (Hierarchical Navigable Small World) implementation delivers enterprise-grade performance with sub-100ms query times, even for large datasets. We use dynamic optimization for both speed and accuracy.
How secure is my data?
Your data is protected by network-isolated infrastructure, AES-256 encryption for storage, and TLS encryption for transmission. Unlike standard cloud providers, your data never touches public networks.
Ready to Start Building?
Join developers who chose predictable pricing over expensive per-query fees. Upload your documents and get a searchable API endpoint in minutes.
Get Your API Key