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 [ { "_id" : "products/9836", "_key" : "9836", "_rev" : "_UWx9E7----" }, { "_id" : "products/9840", "_key" : "9840", "_rev" : "_UWx9E7---_" }, { "_id" : "products/9842", "_key" : "9842", "_rev" : "_UWx9E7---A" } ]