Skip to main content
The CyborgDB REST API provides HTTP/HTTPS endpoints for all encrypted vector database operations using standard RESTful principles and JSON responses.

Base URL

Development: http://localhost:8000/v1
Production: https://your-domain.com:8000/v1

Authentication

All endpoints (except /v1/health) require an API key header:
You can get an API key from the CyborgDB Admin Dashboard. For more info, follow this guide.

Response Format

Success:
Error:

Interactive Documentation

Explore the complete API at: http://localhost:8000/docs after starting the service.