cURL
curl --request POST \ --url https://{baseUrl}/{version}/projects/{projectId}/indexes/{indexName}/docs/bulk-upsert \ --header 'content-type: <content-type>' \ --header 'x-api-key: <x-api-key>' \ --data ' { "objectKey": "<string>" } '
Bulk upsert documents into an index. Note that the maximum supported object size is 200MB.
Project API Key.
Project ID.
Index name.
Object key uploaded based on bulk upsert info.
Bulk upsert request accepted.