shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/import?collection=products <<EOF [ "_key", "value1", "value2" ] [ "abc", 25, "test" ] [ "foo", "bar", "baz" ] EOF HTTP/1.1 201 Created content-type: application/json; charset=utf-8 { "error" : false, "created" : 2, "errors" : 0, "empty" : 1, "updated" : 0, "ignored" : 0 }