Authentication
Authenticated requests require an API key from your dashboard.
x-api-key: your_api_key_here
Endpoints
Download videos from Facebook using an external high-speed provider.
Parameters
The full URL of the Facebook video (e.g., https://www.facebook.com/reel/...)
Example
curl -X POST "https://myapi.pro.bd/api/v1/facebook?x-api-key=TOKEN" \
-H "Content-Type: application/json" \
-d '{"url":"..."}'
Download Reels, Videos, and Photos from Instagram using high-speed Gramfetchr bypass.
Parameters
The full URL of the Instagram post (e.g., https://www.instagram.com/reel/...)
Example
curl -X POST "https://myapi.pro.bd/api/v1/instagram?x-api-key=TOKEN" \
-H "Content-Type: application/json" \
-d '{"url":"..."}'
Download videos and images from TikTok using ChocoMilk provider.
Parameters
The full URL of the TikTok video or photo.
Example
curl -X POST "https://myapi.pro.bd/api/v1/tiktok?x-api-key=TOKEN" \
-H "Content-Type: application/json" \
-d '{"url":"..."}'
Download videos and images from Twitter (X) using ChocoMilk provider.
Parameters
The full URL of the Twitter tweet.
Example
curl -X POST "https://myapi.pro.bd/api/v1/twitter?x-api-key=TOKEN" \
-H "Content-Type: application/json" \
-d '{"url":"..."}'
Download videos and audio from YouTube in various qualities.
Parameters
The full URL of the YouTube video (e.g., https://www.youtube.com/watch?v=...)
The download quality (e.g., mp3, 720, 1080). Defaults to 360.
Default: 360Example
curl -X POST "https://myapi.pro.bd/api/v1/youtube?x-api-key=TOKEN" \
-H "Content-Type: application/json" \
-d '{"url":"...","quality":"360"}'
Advanced YouTube downloader using Neo-APIs provider.
Parameters
The full URL of the YouTube video.
The download type: mp3 or mp4.
Example
curl -X POST "https://myapi.pro.bd/api/v1/youtubev2?x-api-key=TOKEN" \
-H "Content-Type: application/json" \
-d '{"url":"...","type":"..."}'