VectorDoc Search API
The VectorDoc Search API lets you upload documents and perform semantic, vector-based search across their content. Files are automatically processed, chunked, and indexed so you can query them using natural language and retrieve the most relevant sections with high accuracy. This API focuses on deterministic document retrieval rather than AI-generated answers, making it ideal for knowledge…
VectorDoc Search API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Upload Document /documents |
Add and vectorize a new document. |
| POST |
Search Knowledgebase /search |
Search documents using semantic similarity. |
| GET |
Document Status /documents/status |
Check document processing status by ID |
| POST |
Delete Documents /documents/delete |
Delete one or more documents by ID. |
| GET |
List Documents /documents |
List all documents for the authenticated user. |
| POST |
Delete all data (WARNING) /wipe |
Permanently delete ALL user data (documents, vectors, files). Requires two-step confirmation. |
VectorDoc Search API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | 50 / second |
|
| ULTRA Recommended | $29 / month | — |
|
| MEGA | $59 / month | — |
|