Skip to main content
PUT

Authorizations

Authorization
string
header
required

Admin JWT or access token for authenticating requests to VectorAI DB.

Path Parameters

collection_name
string
required

The name of the collection to upsert points into.

Query Parameters

wait
boolean
default:true

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
points
object[]
required

Array of point objects to insert or update.

Response

Points upserted successfully

usage
object

Resource usage information for this request.

time
number<double>

Time spent to process this request, in seconds.

Example:

0.058295368

status
string

Operation status. Returns ok on success.

Example:

"ok"

result
object

Operation result containing the status of the upsert.