POST
/
records
/
namespaces
/
{namespace}
/
upsert

Authorizations

Api-Key
string
header
required

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

Path Parameters

namespace
string
required

The namespace to upsert records into.

Body

application/x-ndjson ยท object[]
_id
string
required

The unique ID of the record to upsert. Note that id can be used as an alias for _id.