API'S

There are some APIs everyone can use. If any API doesn't work, message the Admin to repair it.

All Video Downloader

Download all videos from its link, like Facebook, TikTok, CapCut, Likee, Threads, Pinterest, etc.

Downloader API Request Example

const axios = require("axios");
const res = await axios.get(`https://masterapi.fun/dl?url=https://fb.watch/r9gTb_anSv/`);
const data = res.data;

Imgur API

Get imgur link image video link

Imgur API Request Example

const axios = require("axios");
const res = await axios.get(`https://masterapi.fun/imgur?link=imgur.com`);
const data = res.data;