shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/import?collection=products&details=true <<EOF [ "_key", "value1", "value2" ] [ "abc", 25, "test" ] ["abc", "bar", "baz" ] EOF HTTP/1.1 201 Created content-type: application/json; charset=utf-8 { "created" : 1, "details" : [ "at position 2: creating document failed with error 'unique constraint violated', offending document: {\"_key\":\"abc\",\"value1\":\"bar\",\"value2\":\"baz\"}" ], "empty" : 0, "error" : false, "errors" : 1, "ignored" : 0, "updated" : 0 }