Converter Developer APIs
40 |Single Button API
44 |Parameters
49 |mp3, mp4, webm
51 |any YouTube, SoundCloud, Facebook, Twitter, Instagram, TikTok, Vimeo, Dailymotion, VK, or AOL Video URL
53 |iFrame Code:
54 |<iframe src="https://convert2mp3s.com/api/single/mp3?url=https://www.youtube.com/watch?v=pRpeEdMmmQ0"
56 | width="100%" height="100%" allowtransparency="true" scrolling="no" style="border:none"></iframe>
57 | Generates this:
59 | 60 |Button API
65 |Parameters
70 |mp3, mp4, webm
72 |any YouTube, SoundCloud, Facebook, Twitter, Instagram, TikTok, Vimeo, Dailymotion, VK, or AOL Video URL
74 |iFrame Code:
75 |<iframe id="buttonApi" src="https://convert2mp3s.com/api/button/mp3?url=https://www.youtube.com/watch?v=pRpeEdMmmQ0"
77 | width="100%" height="100%" allowtransparency="true" scrolling="no" style="border:none"></iframe>
78 | Javascript code for automatically resizing:
80 |<!-- Put the Library in your <head> tag -->
82 | <script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.2/iframeResizer.min.js"></script>
83 |
84 | <!-- Put the resizer code after your <iframe> tag -->
85 | <script>iFrameResize({ log: false, minHeight: 360 }, '#buttonApi')</script>
86 | Generates this:
88 | 89 | 90 | 91 |Widget API
96 |Parameters
101 |any YouTube, SoundCloud, Facebook, Twitter, Instagram, TikTok, Vimeo, Dailymotion, VK, or AOL Video URL
103 |iFrame Code:
104 |<iframe id="widgetApi" src="https://convert2mp3s.com/api/widget?url=https://www.youtube.com/watch?v=pRpeEdMmmQ0"
106 | width="100%" height="100%" allowtransparency="true" scrolling="no" style="border:none"></iframe>
107 | Javascript code for automatically resizing:
109 |<!-- Put the Library in your <head> tag -->
111 | <script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.2/iframeResizer.min.js"></script>
112 |
113 | <!-- Put the resizer code after your <iframe> tag -->
114 | <script>iFrameResize({ log: false, minHeight: 400 }, '#widgetApi')</script>
115 | Generates this:
117 | 118 | 119 | 120 |Widget v2 API
125 |Parameters
130 |any YouTube, SoundCloud, Facebook, Twitter, Instagram, TikTok, Vimeo, Dailymotion, VK, or AOL Video URL
132 |iFrame Code:
133 |<iframe id="widgetv2Api" src="https://convert2mp3s.com/api/widgetv2?url=https://www.youtube.com/watch?v=pRpeEdMmmQ0"
135 | width="100%" height="100%" allowtransparency="true" scrolling="no" style="border:none"></iframe>
136 | Javascript code for automatically resizing:
138 |<!-- Put the Library in your <head> tag -->
140 | <script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.2/iframeResizer.min.js"></script>
141 |
142 | <!-- Put the resizer code after your <iframe> tag -->
143 | <script>iFrameResize({ log: false, minHeight: 400 }, '#widgetv2Api')</script>
144 | Generates this:
146 | 147 | 148 | 149 |