Integrated
Upsert records into a namespace
This operation converts input data to vector embeddings and then upserts the embeddings into a namespace.
POST
/
records
/
namespaces
/
{namespace}
/
upsert
Authorizations
Api-Key
string
headerrequiredAn API Key is required to call Pinecone APIs. Get yours from the console.
Path Parameters
namespace
string
requiredThe namespace to upsert records into.
Body
application/x-ndjson ยท object[]
_id
string
requiredThe unique ID of the record to upsert.
Was this page helpful?