Auth
Semua endpoint JSON butuh query apikey, kecuali /api/resolve.
GET https://sc.pika.web.id/api?mode=resolve&url=https://www.mediafire.com/file/xxxx GET https://sc.pika.web.id/api?apikey=KEY&mode=bunkr&url=https://bunkr.cr/f/xxxx
Master key hanya diketahui admin. Master bisa pakai semua modul dan mengelola user key.
Manajemen API Key
List user key
GET https://sc.pika.web.id/keys?apikey=MASTER_KEY
Buat user key semua modul
POST https://sc.pika.web.id/keys?apikey=MASTER_KEY&name=andi&modules=*
Buat user key modul tertentu
POST https://sc.pika.web.id/keys?apikey=MASTER_KEY&name=andi&modules=bunkr,saweria,gofile
Hapus user key
DELETE https://sc.pika.web.id/keys/USER_KEY?apikey=MASTER_KEY
Data user key tersimpan di api_keys.json satu folder dengan app.py. Jangan commit key asli.
Modul
| Mode | Endpoint | Target | Catatan |
|---|---|---|---|
resolve | /api?mode=resolve | Domain router | Balik handler untuk direct link generator. Support redirect + autodetect regex/HTML/script. Tidak butuh apikey. |
gofile | /gofile | GoFile file/folder | Folder memakai contents. |
bunkr | /bunkr | Bunkr file/album | Support /f/ dan /a/. |
bilibili, bili | /bilibili | Bilibili downloader | Video/audio/multipart. |
mediafire | /mediafire | MediaFire file | Balik proxy internal karena direct link lock IP. |
buzzheavier, buzz | /buzzheavier | BuzzHeavier file/folder | |
modsfire | /modsfire | Modsfire | |
pixeldrain | /pixeldrain | PixelDrain | |
filemirage | /filemirage | FileMirage | |
krakenfiles | /krakenfiles | KrakenFiles | |
filester | /filester | Filester | |
filekeeper | /filekeeper | FileKeeper | |
akirabox | /akirabox | AkiraBox | |
devuploads | /devuploads | DevUploads | |
rootz | /rootz | Rootz | Resolve Rootz short download page. |
terabox | /terabox | TeraBox share | Butuh cookie kalau endpoint minta. |
ucweb | /ucweb | UCWeb Drive share | Auto detect single/folder. |
lixstream | /lixstream | LixStream file/folder | |
dood | /dood | Dood file/folder | |
videq | /videq | Videq single video | XPVID folder di-expand client-side. |
videy | /videy | Videy | |
vikingfile | /vikingfile | VikingFile | Butuh solver Turnstile. |
vidara | /vidara | Vidara HLS | |
strmup | /strmup | StreamUp HLS | |
luluvidio, lulu | /luluvidio | LuluVidio | |
klikxxi_download | /klikxxi_download | KlikXXI UPNS | Resolve https://klikxxi.upns.one/#VIDEO_ID&dl=1 ke direct MP4. |
earnvids | /earnvids | EarnVids | |
tiktok, tt | /tiktok | TikTok media | |
instagram, ig | /instagram | Instagram media | |
saweria | /saweria | Saweria QRIS | Create/check payment. |
solver | /solver | Fetch target HTML | GET/POST. |
cf-bypass, cf_bypass | /cf-bypass | CF-Bypass | Mode IUAM atau TURNSTILE. |
hls | /hls/proxy | HLS proxy | Pakai param link. |
ouo | /ouo | OUO bypass | |
scraper | /scraper | Site scraper | Provider drama/movie: layarasia, melongmovie, movieku, lk21, ngefilm, nekopoi, drakorid. |
Contoh
Domain resolver
GET https://sc.pika.web.id/api?mode=resolve&url=https://www.mediafire.com/file/xxxx
Bunkr album
GET https://sc.pika.web.id/api?apikey=KEY&mode=bunkr&url=https://www.bunkr.cr/a/FYbIoucE GET https://sc.pika.web.id/api?apikey=KEY&mode=klikxxi_download&url=https://klikxxi.upns.one/#k8ovw8&dl=1
Saweria QRIS
GET https://sc.pika.web.id/api?apikey=KEY&mode=saweria&action=create&username=USER&amount=10000&sender=Nama&email=email@example.com&message=Halo
User key cuma Bunkr + Saweria
POST https://sc.pika.web.id/keys?apikey=MASTER_KEY&name=user1&modules=bunkr,saweria