ApiVector database
Configure an index
Authorization
TokenAuth Authorization<token>
Project API key as Token lb-sk_...
In: header
Path Parameters
name*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PATCH "https://example.com/v1/indexes/string" \ -H "Content-Type: application/json" \ -d '{}'{ "name": "string", "dimension": 0, "metric": "string", "embed_model": "string", "managed": true, "created_at": "2019-08-24T14:15:22Z"}Update a record (merge patch) PATCH PATCH
Provided fields replace, explicit null removes. The merged object re-validates against the record's pinned schema version; the derived embedding is rewritten.
Create an index POST POST
Create a vector index. Provide a `dimension` + `metric` for raw vectors, or an `embed` model for server-side (integrated) embedding — not both.