Points
Upsert points
Insert or update points in a collection. If a point with the given ID already exists, it is overwritten. All points in the request are inserted or updated atomically.
PUT
Authorizations
Admin JWT or access token for authenticating requests to VectorAI DB.
Path Parameters
The name of the collection to upsert points into.
Query Parameters
If true, the request blocks until all points are indexed. If false, returns immediately and indexing continues in the background. Defaults to true.
Example:
true
Body
application/json
Array of point objects to insert or update.
Response
Points upserted successfully