Developer APIs

Single Button API

GET
https://api.vevioz.com/apis/single/{FTYPE}?url={VIDEO_URL}

Parameters

FTYPE

mp3 or mp4

VIDEO_URL

any YouTube, SoundCloud, Facebook, Twitter, Instagram, TikTok, Vimeo, Dailymotion, VK, or AOL Video URL

iFrame Code:

<iframe id="singleButtonApi" src="https://api.vevioz.com/apis/single/mp3?url=https://www.youtube.com/watch?v=mYHPnqa7B3Y"
width="100%" height="100%" allowtransparency="true" scrolling="no" style="border:none"></iframe>

Generates this:

Multi Button API

GET
https://api.vevioz.com/apis/button/{FTYPE}?url={VIDEO_URL}

Parameters

FTYPE

mp3 or mp4

VIDEO_URL

any YouTube, SoundCloud, Facebook, Twitter, Instagram, TikTok, Vimeo, Dailymotion, VK, or AOL Video URL

iFrame Code:

<iframe id="buttonApi" src="https://api.vevioz.com/apis/button/mp3?url=https://www.youtube.com/watch?v=mYHPnqa7B3Y"
width="100%" height="100%" allowtransparency="true" scrolling="no" style="border:none"></iframe>

Javascript code for automatically (Responsive) resizing:

<!-- Put the Library in your <head> tag -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.2/iframeResizer.min.js"></script>
<!-- Put the resizer code after the <iframe> tag -->
<script>iFrameResize({ log: false }, '#buttonApi')</script>

Generates this:

Widget API

GET
https://api.vevioz.com/apis/widget?url={VIDEO_URL}

Parameters

VIDEO_URL

any YouTube, SoundCloud, Facebook, Twitter, Instagram, TikTok, Vimeo, Dailymotion, VK, or AOL Video URL

iFrame Code:

<iframe id="widgetApi" src="https://api.vevioz.com/apis/widget?url=https://www.youtube.com/watch?v=mYHPnqa7B3Y"
width="100%" height="100%" allowtransparency="true" scrolling="no" style="border:none"></iframe>

Javascript code for automatically (Responsive) resizing:

<!-- Put the Library in your <head> tag -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.2/iframeResizer.min.js"></script>
<!-- Put the resizer code after the <iframe> tag -->
<script>iFrameResize({ log: false }, '#widgetApi')</script>

Generates this:

Widget v2 API

GET
https://api.vevioz.com/apis/widgetv2?url={VIDEO_URL}

Parameters

VIDEO_URL

any YouTube, SoundCloud, Facebook, Twitter, Instagram, TikTok, Vimeo, Dailymotion, VK, or AOL Video URL

iFrame Code:

<iframe id="widgetv2Api" src="https://api.vevioz.com/apis/widgetv2?url=https://www.youtube.com/watch?v=mYHPnqa7B3Y"
width="100%" height="100%" allowtransparency="true" scrolling="no" style="border:none"></iframe>

Javascript code for automatically (Responsive) resizing:

<!-- Put the Library in your <head> tag -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.2/iframeResizer.min.js"></script>
<!-- Put the resizer code after the <iframe> tag -->
<script>iFrameResize({ log: false }, '#widgetv2Api')</script>

Generates this:

Search API

GET
https://api.vevioz.com/apis/search/{SEARCH_TERM}

Parameters

SEARCH_TERM

i.e. rex-orange

iFrame Code:

<iframe id="searchApi" src="https://api.vevioz.com/apis/search/rex-orange"
width="100%" height="100%" allowtransparency="true" scrolling="no" style="border:none"></iframe>

Javascript code for automatically (Responsive) resizing:

<!-- Put the Library in your <head> tag -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.2/iframeResizer.min.js"></script>
<!-- Put the resizer code after the <iframe> tag -->
<script>iFrameResize({ log: false }, '#searchApi')</script>

Generates this: