POST
/
vectors
/
upsert

Authorizations

Api-Key
string
headerrequired

An API Key is required to call Pinecone APIs. Get yours from the console.

Body

application/json

The request for the upsert operation.

vectors
object[]
required

An array containing the vectors to upsert. Recommended batch limit is 100 vectors.

namespace
string

The namespace where you upsert vectors.

Response

200 - application/json

The response for the upsert operation.

upsertedCount
integer

The number of vectors upserted.

Was this page helpful?