Official EigenDB Documentation home page
Search...
⌘K
Search...
Navigation
EigenDB's REST API
Getting started
Documentation
API Reference
GitHub
EigenDB's REST API
Getting started
API Reference
GET
Database health check
GET
Test your authentication
PUT
Insert a vector
PUT
Insert many vectors at once
GET
Perform similarity search
POST
Update persistence time interval
POST
Update the API port
POST
Update the API address
POST
Update the similarity metric
POST
Update the vector space size
POST
Update the M parameter
POST
Update the efConstruction parameter
On this page
Authentication 🔐
EigenDB's REST API
Getting started
EigenDB provides a robust and efficient REST API
Authentication 🔐
Authentication in EigenDB’s API is performed using API keys.
To access a protected endpoint, the API key for your EigenDB instance should be placed in an HTTP header named
X-Eigen-API-Key
.
Copy
X-Eigen-API-Key
:
YOUR_API_KEY
Database health check
Assistant
Responses are generated using AI and may contain mistakes.