Vecstore API Documentation
Vecstore provides a simple REST API for semantic search. Insert documents, search by meaning, and manage your data—all with three endpoints.
Base URL
https://api.vecstore.app/api
Authentication
All requests require an API key passed in the X-API-Key header.
X-API-Key: your_api_key
Endpoints
POST→POST→DELETE→
Insert Document
/databases/{id}/documents
Search Documents
/databases/{id}/search
Delete Document
/databases/{db_id}/documents/{doc_id}