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
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
upsertedCount
integer

The number of vectors upserted.

Was this page helpful?