Encrypted Index
Get Vectors
POST
Get Vectors
Retrieve specific vectors from the index by their IDs.Documentation Index
Fetch the complete documentation index at: https://docs.cyborg.co/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Required - API key viaX-API-Key header:
Request Body
Response
Exceptions
401: Authentication failed (invalid API key)404: Index not found422: Invalid request parameters500: Internal server error
Example Usage
Get All Fields:For IVF and IVFPQ index types, the
vector field cannot be included in the response as these index types use compression techniques that don’t preserve original vectors.Use Cases
- Content retrieval: Get original text content by ID
- Metadata lookup: Retrieve item metadata for display
- Data validation: Verify stored data integrity
- Bulk operations: Retrieve multiple items efficiently
- Content management: Extract specific items for editing or processing