Upsert documents
Upserts documents to a namespace. Creates the namespace if it doesn’t exist. Accepts up to 10,000 documents per request with a 256 MB body limit.
POST
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Namespace identifier. Alphanumeric characters, hyphens, underscores, and dots. Max 128 characters.
Maximum string length:
128Pattern:
^[A-Za-z0-9-_.]{1,128}$Body
application/json
Response
Successful response
JavaScript