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" : "11796", "_id" : "products/11796", "_rev" : "_Vsb0JJS--A", "Hello3" : "World3" }, { "_key" : "11789", "_id" : "products/11789", "_rev" : "_Vsb0JJS---", "Hello1" : "World1" }, { "_key" : "11799", "_id" : "products/11799", "_rev" : "_Vsb0JJW---", "Hello4" : "World4" } ], "hasMore" : true, "id" : "11805", "count" : 5, "extra" : { "stats" : { "writesExecuted" : 0, "writesIgnored" : 0, "scannedFull" : 5, "scannedIndex" : 0, "filtered" : 0, "httpRequests" : 0, "executionTime" : 0.0001800060272216797 }, "warnings" : [ ] }, "cached" : false }