cURL
curl --request POST \ --url https://{projectHost}/collections/{collectionName}/docs/bulk-upsert \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "objectKey": "example-object-key" }'
{ "message": "Bulk upsert request is accepted" }
Bulk upsert documents into a collection. Note that the maximum supported object size is 200MB.
Project API Key.
Collection name.
Bulk upsert request accepted.
The response is of type object.
object
Was this page helpful?