const { data } = await axios.get(url, { responseType: "stream" }); data.pipe(fs.createWriteStream("sample.jpg"));