shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/document/products <<EOF [{"Hello":"Earth"}, {"Hello":"Venus"}, {"Hello":"Mars"}] EOF HTTP/1.1 202 Accepted content-type: application/json; charset=utf-8 x-content-type-options: nosniff [ { "_id" : "products/10658", "_key" : "10658", "_rev" : "_XG3z-ZK--_" }, { "_id" : "products/10662", "_key" : "10662", "_rev" : "_XG3z-ZK--B" }, { "_id" : "products/10664", "_key" : "10664", "_rev" : "_XG3z-ZK--D" } ]