Developer APIs

Single Button API

GET
http://yt-download.org/api/single/{FTYPE}?url={VIDEO_URL}

Parameters

FTYPE

mp3, mp4, webm

VIDEO_URL

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

iFrame Code:

<iframe src="http://yt-download.org/api/single/mp3?url=https://www.youtube.com/watch?v=zvrMzRVtj1s"
width="100%" height="100%" allowtransparency="true" scrolling="no" style="border:none"></iframe>

Generates this:

Button API

GET
http://yt-download.org/api/button/{FTYPE}?url={VIDEO_URL}

Parameters

FTYPE

mp3, mp4, webm

VIDEO_URL

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

iFrame Code:

<iframe id="buttonApi" src="http://yt-download.org/api/button/mp3?url=https://www.youtube.com/watch?v=zvrMzRVtj1s"
width="100%" height="100%" allowtransparency="true" scrolling="no" style="border:none"></iframe>

Javascript code for automatically 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 your <iframe> tag -->
<script>iFrameResize({ log: false, minHeight: 360 }, '#buttonApi')</script>

Generates this:

Widget API

GET
http://yt-download.org/api/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="http://yt-download.org/api/widget?url=https://www.youtube.com/watch?v=zvrMzRVtj1s"
width="100%" height="100%" allowtransparency="true" scrolling="no" style="border:none"></iframe>

Javascript code for automatically 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 your <iframe> tag -->
<script>iFrameResize({ log: false, minHeight: 400 }, '#widgetApi')</script>

Generates this:

Widget v2 API

GET
http://yt-download.org/api/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="http://yt-download.org/api/widgetv2?url=https://www.youtube.com/watch?v=zvrMzRVtj1s"
width="100%" height="100%" allowtransparency="true" scrolling="no" style="border:none"></iframe>

Javascript code for automatically 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 your <iframe> tag -->
<script>iFrameResize({ log: false, minHeight: 400 }, '#widgetv2Api')</script>

Generates this: