Nadia
Staff member
Offline

YouTube to MP3 Converter API is one of the fastest YouTube to MP3 converters worldwide. Thanks to a new technology, it allows us to convert YouTube videos directly on the fly. This means that the conversion process takes place during the download, this saves you the waiting time with a progressbar.
Available ftype:
mp3 = MP3
videos = MP4
merged = WEBM / MKV
iFrame code example (MP3)
Code:
<iframe src="https://api.vevioz.com/api/button/mp3/YOUTUBE_ID" width="100%" height="100%" allowtransparency="true" scrolling="no" style="border:none"></iframe>
Generate this...

iFrame code example (MP4)
Code:
<iframe src="https://api.vevioz.com/api/button/videos/YOUTUBE_ID" width="100%" height="100%" allowtransparency="true" scrolling="no" style="border:none"></iframe>
Generate this...

Widget API
Get Request
Code:
https://api.vevioz.com/api/widget/{ftype}/{YouTube video ID}
Available ftype
mp3 = MP3
videos = MP4
merged = WEBM / MKV
iFrame code example:
Code:
<iframe src="https://api.vevioz.com/api/widget/mp3/YOUTUBE-ID" width="100%" height="100%" allowtransparency="true" scrolling="no" style="border:none"></iframe>
Generate this...

For further documentation: https://api.vevioz.com/developers
Last edited by a moderator: