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.
Object key uploaded based on bulk upsert info.
Bulk upsert request accepted.
Was this page helpful?