shell> curl -X PUT --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_api/simple/all <<EOF { "collection": "products", "batchSize" : 3 } EOF HTTP/1.1 Created content-type: application/json; charset=utf-8 x-content-type-options: nosniff { "result" : [ { "_key" : "105738", "_id" : "products/105738", "_rev" : "_YYClQyO--B", "Hello4" : "World4" }, { "_key" : "105728", "_id" : "products/105728", "_rev" : "_YYClQyK--_", "Hello1" : "World1" }, { "_key" : "105732", "_id" : "products/105732", "_rev" : "_YYClQyK--B", "Hello2" : "World2" } ], "hasMore" : true, "id" : "105744", "count" : 5, "extra" : { "stats" : { "writesExecuted" : 0, "writesIgnored" : 0, "scannedFull" : 5, "scannedIndex" : 0, "filtered" : 0, "httpRequests" : 0, "executionTime" : 0.00031304359436035156, "peakMemoryUsage" : 18096 }, "warnings" : [ ] }, "cached" : false, "error" : false, "code" : 201 }