shell> curl -X PUT --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_api/simple/lookup-by-keys <<EOF { "keys" : [ "test0", "test1", "test2", "test3", "test4", "test5", "test6", "test7", "test8", "test9" ], "collection" : "test" } EOF HTTP/1.1 OK content-type: application/json; charset=utf-8 x-content-type-options: nosniff { "documents" : [ { "_key" : "test0", "_id" : "test/test0", "_rev" : "_Y2g62UK--B", "value" : 0 }, { "_key" : "test1", "_id" : "test/test1", "_rev" : "_Y2g62UK--D", "value" : 1 }, { "_key" : "test2", "_id" : "test/test2", "_rev" : "_Y2g62UO--_", "value" : 2 }, { "_key" : "test3", "_id" : "test/test3", "_rev" : "_Y2g62UO--B", "value" : 3 }, { "_key" : "test4", "_id" : "test/test4", "_rev" : "_Y2g62UO--D", "value" : 4 }, { "_key" : "test5", "_id" : "test/test5", "_rev" : "_Y2g62UO--F", "value" : 5 }, { "_key" : "test6", "_id" : "test/test6", "_rev" : "_Y2g62UO--H", "value" : 6 }, { "_key" : "test7", "_id" : "test/test7", "_rev" : "_Y2g62US--_", "value" : 7 }, { "_key" : "test8", "_id" : "test/test8", "_rev" : "_Y2g62US--B", "value" : 8 }, { "_key" : "test9", "_id" : "test/test9", "_rev" : "_Y2g62US--D", "value" : 9 } ], "error" : false, "code" : 200 }