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" : "10709", "_id" : "products/10709", "_rev" : "_VOyxiay--A", "Hello5" : "World5" }, { "_key" : "10703", "_id" : "products/10703", "_rev" : "_VOyxiay---", "Hello3" : "World3" }, { "_key" : "10706", "_id" : "products/10706", "_rev" : "_VOyxiay--_", "Hello4" : "World4" } ], "hasMore" : true, "id" : "10712", "count" : 5, "extra" : { "stats" : { "writesExecuted" : 0, "writesIgnored" : 0, "scannedFull" : 5, "scannedIndex" : 0, "filtered" : 0, "httpRequests" : 0, "executionTime" : 0.0005447864532470703 }, "warnings" : [ ] }, "cached" : false }