Download audio in MP3 format using ER-MP3 endpoint.
The URL of the video/audio source to be converted to MP3.
The response data containing download links and metadata.
const result = await ermp3("https://youtube.com/watch?v=xxxx");console.log(result.audioUrl); Copy
const result = await ermp3("https://youtube.com/watch?v=xxxx");console.log(result.audioUrl);
Download audio in MP3 format using ER-MP3 endpoint.