├── _config.yml ├── API.html ├── index.md └── README.md /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-cayman -------------------------------------------------------------------------------- /API.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- 1 | ## Welcome to GitHub Pages 2 | 3 | You can use the [editor on GitHub](https://github.com/youtubetomp3converterapi/Fast-YouTube-to-MP3-Converter-API/edit/gh-pages/index.md) to maintain and preview the content for your website in Markdown files. 4 | 5 | Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files. 6 | 7 | ### Markdown 8 | 9 | Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for 10 | 11 | ```markdown 12 | Syntax highlighted code block 13 | 14 | # Header 1 15 | ## Header 2 16 | ### Header 3 17 | 18 | - Bulleted 19 | - List 20 | 21 | 1. Numbered 22 | 2. List 23 | 24 | **Bold** and _Italic_ and `Code` text 25 | 26 | [Link](url) and ![Image](src) 27 | ``` 28 | 29 | For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/). 30 | 31 | ### Jekyll Themes 32 | 33 | Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/youtubetomp3converterapi/Fast-YouTube-to-MP3-Converter-API/settings/pages). The name of this theme is saved in the Jekyll `_config.yml` configuration file. 34 | 35 | ### Support or Contact 36 | 37 | Having trouble with Pages? Check out our [documentation](https://docs.github.com/categories/github-pages-basics/) or [contact support](https://support.github.com/contact) and we’ll help you sort it out. 38 | -------------------------------------------------------------------------------- /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 | Available type 12 | 13 | mp3 = MP3 14 | 15 | videos = MP4 16 | 17 | merged = WEBM / MKV 18 | 19 | Please replace YouTube-Video-ID with dynamic video id value. 20 | 21 | **Warning:** API does not work if used with **"sandbox"** iFrame attribute. Your Domain/IP will be blocked. 22 | ex: ~~``` 27 | 28 | **Generate like this...** 29 | ![Button API](https://assets.vevioz.com/img/mp3.png) 30 | 31 | MP4, WEbM, 3Gp & Flv Video Converter API Code: 32 | 33 | MP4 Download button iFrame example 34 | 35 | `````` 36 | 37 | **Generate like this...** 38 | ![Button API](https://assets.vevioz.com/img/mp4.png) 39 | 40 | Widget button API 41 | 42 | `````` 43 | 44 | **Generate like this...** 45 | ![Button API](https://assets.vevioz.com/img/widget.png) 46 | 47 | Javascript code for automatically resizing (optional) 48 | 49 | `````` 50 | 51 | ```script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.2/iframeResizer.min.js">``` 52 | 53 | `````` 54 | 55 | `````` 56 | 57 | Please write to us for any query or support : admin@vevioz.com 58 | 59 | Official API Websites: 60 | https://api.vevioz.com/developers 61 | 62 | Demo: https://addons.vevioz.com 63 | --------------------------------------------------------------------------------