Video Downloader by Vijay Kumar @TheOfficialVKr
Dark Theme https://theofficialvkr.github.io/VKrDownloader/dark.html
- YouTube
- Instagram (Reels)
- TikTok
- 1000+ other websites in all audio/video quality options
With the VKrDownloader API, you can programmatically download videos from supported sites.
GET https://vkrdownloader.xyz/server/?api_key=API-KEY&vkr=VIDEO_URL
- vkr (string) - Required. The URL of the video you want to download.
- api_key (string) - Required. The API KEY which is vkrdownloader. use this key to fetch video data.
You must pass an API key to authenticate your requests. The API key can be passed in two ways:
- Query string: Append
api_key=YOUR_API_KEY
to the URL. - HTTP Header: Include the API key using the
x-api-key
header in your request.
curl "https://vkrdownloader.xyz/server/?api_key=vkrdownloader&vkr=https://youtu.be/3VxnPQWvg5w"
curl -X POST https://vkrdownloader.xyz/server/ \
-H "x-api-key: YOUR_API_KEY" \
-d "vkr=https://youtu.be/3VxnPQWvg5w"
{
"title": "Sample Video",
"source": "https://video-download-link.com",
"thumbnail": "https://img.youtube.com/sample_thumbnail.jpg",
"formats": [
{
"url": "https://video-download-link.com",
"format_id": "360p",
"ext": "mp4",
"size": "10 MB"
},
{
"url": "https://video-download-link.com/1080p.mp4",
"format_id": "1080p",
"ext": "mp4",
"size": "25 MB"
}
]
}
- 401 Unauthorized - Returned if the API key is missing or invalid.
- 400 Bad Request - If the video URL is invalid or missing.
- 500 Internal Server Error - If an unexpected error occurs while processing the request.
To access the VKrDownloader API, you need an API key. You can pass it in the query string or the request header as x-api-key
.
https://vkrdownloader.xyz/server/?api_key=vkrdownloader&vkr=https://youtu.be/3VxnPQWvg5w
curl -X POST https://vkrdownloader.xyx/server/ \
-H "x-api-key: YOUR_API_KEY" \
-d "vkr=https://youtu.be/3VxnPQWvg5w"
For more information about obtaining an API key, please contact us.
- Upload zip files to your server or hosting platform.
- Unzip the file in your file manager.
- This project works on almost all free/paid hosting, so don't worry about specific requirements.
- That's it! Open your site, and VKrDownloader will start working immediately.
https://theofficialvkr.github.io/VKRdownloader/
Check all updates here: Updates Page
Contact me for any kind of help:
- Email: contactvkr@yahoo.com
- Instagram: @theofficialvkr
- Twitter: @theofficialvkr
- Facebook: @theofficialvkr
- Telegram: @theofficialvkr
- Telegram: @vkrdownloader
I am not the Developer 👍