Encrypted Index
Query Vectors (Binary)
POST
Query Vectors (Binary)
Search for nearest neighbors in the encrypted index using binary-encoded query vectors for more efficient transfer of large batch queries.
You can get an API key from the CyborgDB Admin Dashboard. For more info, follow this guide.
Authentication
Required - API key viaX-API-Key header:
Request Body
Response
The response format is the same as the standard query endpoint:Exceptions
401: Authentication failed (invalid API key) or wrongindex_keyon SDK-supplied indexes — see error model404: Index not found422: Invalid request parameters or vector dimensions500: Internal server error