├── Developer API.html └── README.md /Developer API.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Converter Developer APIs 7 | 8 | 9 | 10 | 34 | 35 | 36 |
37 |
38 |
39 |

Converter Developer APIs

40 |
41 |
42 |
43 |

Single Button API

44 |
45 |
GET
46 | https://convert2mp3s.com/api/single/{FTYPE}?url={VIDEO_URL} 47 |
48 |

Parameters

49 |
FTYPE
50 |

mp3, mp4, webm

51 |
VIDEO_URL
52 |

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

53 |

iFrame Code:

54 |
55 |
<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 |
58 |

Generates this:

59 | 60 |
61 |
62 |
63 |
64 |

Button API

65 |
66 |
GET
67 | https://convert2mp3s.com/api/button/{FTYPE}?url={VIDEO_URL} 68 |
69 |

Parameters

70 |
FTYPE
71 |

mp3, mp4, webm

72 |
VIDEO_URL
73 |

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

74 |

iFrame Code:

75 |
76 |
<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 |
79 |

Javascript code for automatically resizing:

80 |
81 |
<!-- 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 |
87 |

Generates this:

88 | 89 | 90 | 91 |
92 |
93 |
94 |
95 |

Widget API

96 |
97 |
GET
98 | https://convert2mp3s.com/api/widget?url={VIDEO_URL} 99 |
100 |

Parameters

101 |
VIDEO_URL
102 |

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

103 |

iFrame Code:

104 |
105 |
<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 |
108 |

Javascript code for automatically resizing:

109 |
110 |
<!-- 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 |
116 |

Generates this:

117 | 118 | 119 | 120 |
121 |
122 |
123 |
124 |

Widget v2 API

125 |
126 |
GET
127 | https://convert2mp3s.com/api/widgetv2?url={VIDEO_URL} 128 |
129 |

Parameters

130 |
VIDEO_URL
131 |

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

132 |

iFrame Code:

133 |
134 |
<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 |
137 |

Javascript code for automatically resizing:

138 |
139 |
<!-- 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 |
145 |

Generates this:

146 | 147 | 148 | 149 |
150 |
151 |
152 |
153 |
154 |
155 | 156 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Super Fast YouTube to MP3/MP4 Converter API 2 | 3 | Try YouTube to MP3 & MP4 Converter API JSON, Python, JavaScript, iFrame, PHP, Node.JS, Swift, React, Android & iOS Video Downloader API. 4 | 5 | A simple way to convert Youtube videos to mp3/mp4 using API service. Get quality like 320 kbps, 256 kbps, 192 kbps, 128 kbps mp3 & video format for all devices. 6 | 7 | APIs works with any programming language like PHP, Python, JavaScript, jQuery, Ajax, JSON, Node.JS, Swift, C++, C#, Java, Android & iOS. 8 | 9 | Converter Developer API supports YouTube, SoundCloud, Facebook, Twitter, Instagram, TikTok, Vimeo, Dailymotion, VK & AOL Video platforms. 10 | 11 | **1. Single Button API** 12 | **Warning:** API does not work if used with **"sandbox"** iFrame attribute. Your Domain/IP will be blocked. 13 | ex: ~~` 23 | **API Preview :** 24 | ![Single Button API](https://i.imgur.com/2wSO0ol.jpeg) 25 | 26 | **2. Button API** 27 | **Warning:** API does not work if used with **"sandbox"** iFrame attribute. Your Domain/IP will be blocked. 28 | ex: ~~` 38 | **API Preview :** 39 | ![Button API](https://i.imgur.com/qIW1Ofw.jpeg) 40 | 41 | **3. Widget API** 42 | **Warning:** API does not work if used with **"sandbox"** iFrame attribute. Your Domain/IP will be blocked. 43 | ex: ~~` 51 | **API Preview :** 52 | ![Widget API](https://i.imgur.com/fA7fw6J.jpeg) 53 | 54 | **4. Widget v2 API** 55 | **Warning:** API does not work if used with **"sandbox"** iFrame attribute. Your Domain/IP will be blocked. 56 | ex: ~~` 64 | **API Preview :** 65 | ![Widget V2 API](https://i.imgur.com/HITRy32.jpeg) 66 | 67 | **Technical Support & Domain Activation Contact: convert2mp3s@gmail.com** 68 | 69 | **Official API Websites:** 70 | - https://convert2mp3s.com/developers 71 | - https://convert2api.com 72 | **Demo Sites:** 73 | - https://convert2mp3s.com 74 | - https://mp3juices.digital 75 | --------------------------------------------------------------------------------