shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/all <<EOF { "collection": "products", "batchSize" : 3 } EOF HTTP/1.1 201 Created content-type: application/json; charset=utf-8 x-content-type-options: nosniff { "error" : false, "code" : 201, "result" : [ { "_key" : "11217", "_id" : "products/11217", "_rev" : "_WpTB-Ku--D", "Hello5" : "World5" }, { "_key" : "11211", "_id" : "products/11211", "_rev" : "_WpTB-Ku--_", "Hello3" : "World3" }, { "_key" : "11204", "_id" : "products/11204", "_rev" : "_WpTB-Kq--_", "Hello1" : "World1" } ], "hasMore" : true, "id" : "11220", "count" : 5, "extra" : { "stats" : { "writesExecuted" : 0, "writesIgnored" : 0, "scannedFull" : 5, "scannedIndex" : 0, "filtered" : 0, "httpRequests" : 0, "executionTime" : 0.00012636184692382812 }, "warnings" : [ ] }, "cached" : false }