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/69177", "_key" : "69177", "_rev" : "_ZG8LgOq---" }, { "_id" : "products/69178", "_key" : "69178", "_rev" : "_ZG8LgOq--A" }, { "_id" : "products/69179", "_key" : "69179", "_rev" : "_ZG8LgOq--C" } ]