shell> curl -X POST --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_api/import?collection=links <<EOF [ "_from", "_to", "name" ] [ "products/123","products/234", "some name" ] [ "products/332", "products/abc", "other name" ] EOF HTTP/1.1 Created content-type: application/json; charset=utf-8 x-content-type-options: nosniff { "error" : false, "created" : 2, "errors" : 0, "empty" : 0, "updated" : 0, "ignored" : 0 }