shell> curl -X POST --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_api/document/products <<EOF [{"Hello":"Earth"}, {"Hello":"Venus"}, {"Hello":"Mars"}] EOF HTTP/1.1 Accepted content-type: application/json; charset=utf-8 x-content-type-options: nosniff [ { "_id" : "products/104510", "_key" : "104510", "_rev" : "_YYClL_2--_" }, { "_id" : "products/104514", "_key" : "104514", "_rev" : "_YYClL_2--B" }, { "_id" : "products/104516", "_key" : "104516", "_rev" : "_YYClL_2--D" } ]