Video Downloader by Vijay Kumar @TheOfficialVKr
<li><strong>Telegram</strong>: <a href="https://t.me/vkrdownloader">join telegram @vkrdownloader</a></li>
Light theme https://theofficialvkr.github.io/VKRdownloader/
Dark Theme https://theofficialvkr.github.io/VKRdownloader/dark.html
I'm reaching out to let you know that VKrDownloader has hit the free-tier limit on Vercel, which means they've temporarily suspended my account and the server. Since VKrDownloader is a free tool, covering the costs for premium hosting has become challenging. I want to keep VKrDownloader available to everyone, but without support, it’s difficult to continue.
I’m actively working to find a solution, and I’ll keep you updated. If you appreciate VKrDownloader and find it useful, please consider supporting the project. With your help, I can ensure VKrDownloader stays up and running for everyone to use.
Thank you for your understanding and support!
Best, Vijay Kumar
With the VKrDownloader API, you can programmatically download videos from supported sites.
GET https://vkrdownloader.xyz/server/?api_key=API-KEY&vkr=VIDEO_URL
You must pass an API key to authenticate your requests. The API key can be passed in two ways:
api_key=YOUR_API_KEY
to the URL.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"
}
]
}
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.
https://theofficialvkr.github.io/VKRdownloader/
Check all updates here: Updates Page
Contact me for any kind of help:
I am not the Developer 👍