ApiVector database
List indexes
Authorization
TokenAuth Authorization<token>
Project API key as Token lb-sk_...
In: header
Response Body
application/json
curl -X GET "https://example.com/v1/indexes"{ "indexes": [ { "name": "string", "dimension": 0, "metric": "string", "embed_model": "string", "managed": true, "created_at": "2019-08-24T14:15:22Z" } ]}Index stats POST POST
Previous Page
Query an index POST POST
Query by a raw `vector`, by `text` (integrated-embedding indexes), or by an existing vector `id`. On hybrid indexes a text query defaults to `mode: hybrid` — the dense ANN leg and the sparse full-text leg run concurrently and are fused with Reciprocal Rank Fusion (the fused `score` is an RRF score, not a cosine similarity). One hybrid query meters as a single vector read.