zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Downloader/Facebook Downloader
Logo Facebook Downloader

Facebook Downloader

Download video & Reels dari Facebook. Tempel URL video/watch/reel publik.

Endpoints
1
Requests
9
Updated
3 months ago
For LLMs
llms.txt
Endpoint health21 hours ago
  • downloadpassing, 1.0s
1/1 passingdaily 01:00 WIB

Playground

1 endpoint
GET/v1/downloader:facebook/download1h cache4 paramschecking key…
Parameters
urlstringrequired

Facebook media URL (video or post). Query params are fine.

qualityenum

Max video quality — max = best available. Ignored when audioOnly=true.

audioOnlyenum

Set true to fetch audio only. Default false (video).

audioFormatenum

Audio container when audioOnly=true. Default mp3.

·
Response
EXAMPLE
{
  "ok": true,
  "url": "https://video-cgk2-2.xx.fbcdn.net/o1/v/t2/f2/m412/AQO00w7gkHtBwvAKd2SCYhroaNCqSwBQ52S2KsO2Hwmoh.mp4?ccb=17-1&_nc_zt=28&oh=00_Af_KpRpXItQ&oe=6A3D971D&bitrate=580000&tag=hd",
  "type": "video",
  "filename": "facebook_10153231379946729.mp4",
  "provider": "facebook",
  "originalUrl": "https://www.facebook.com/watch/?v=10153231379946729"
}

Code examples

Download
zpi-sdkrecommended
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("downloader:facebook", "download", {
  "url": "https://www.facebook.com/watch/?v=10153231379946729",
  "quality": "1080",
  "audioOnly": "false",
  "audioFormat": "mp3"
});
console.log(data);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/downloader:facebook/download?url=https%3A%2F%2Fwww.facebook.com%2Fwatch%2F%3Fv%3D10153231379946729&quality=1080&audioOnly=false&audioFormat=mp3" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

1 endpoint · plain text
GETDownload/v1/downloader:facebook/downloadDownload media dari Facebook.

Parameters

urlstringrequired
Facebook media URL (video or post). Query params are fine.
qualityenumoptional
Max video quality — max = best available. Ignored when audioOnly=true. Values: 144, 240, 360, 480, 720, 1080, max.
audioOnlyenumoptional
Set true to fetch audio only. Default false (video). Values: true, false.
audioFormatenumoptional
Audio container when audioOnly=true. Default mp3. Values: mp3, opus, ogg, wav.

Request

curl -X GET "https://api.zpi.web.id/v1/downloader:facebook/download?url=https%3A%2F%2Fwww.facebook.com%2Fwatch%2F%3Fv%3D10153231379946729&quality=1080&audioOnly=false&audioFormat=mp3" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "ok": true,
  "url": "https://video-cgk2-2.xx.fbcdn.net/o1/v/t2/f2/m412/AQO00w7gkHtBwvAKd2SCYhroaNCqSwBQ52S2KsO2Hwmoh.mp4?ccb=17-1&_nc_zt=28&oh=00_Af_KpRpXItQ&oe=6A3D971D&bitrate=580000&tag=hd",
  "type": "video",
  "filename": "facebook_10153231379946729.mp4",
  "provider": "facebook",
  "originalUrl": "https://www.facebook.com/watch/?v=10153231379946729"
}

Related APIs

More in downloader

Instagram Downloader

downloader/instagram

Download Reels, video, & foto dari Instagram. Carousel multi-media didukung. Tempel URL post/reel.

92 calls·1h cache

YouTube Downloader

downloader/youtube

Download video & audio dari YouTube — kualitas hingga 1080p, mode audio-only (mp3). Tempel URL, dapat link unduhan langsung.

59 calls·1h cache

Twitter / X Downloader

downloader/twitter

Download video dari Twitter / X. Tempel URL tweet yang berisi video.

32 calls·1h cache

Pinterest Downloader

downloader/pinterest

Download video & gambar dari Pinterest. Tempel URL pin.

26 calls·1h cache

Pixeldrain Downloader

downloader/pixeldrain

Pixeldrain file info & downloader — retrieve metadata, direct download link, and availability status from any public Pixeldrain file.

28 calls·6m cache

MediaFire Downloader

downloader/mediafire

MediaFire file downloader — retrieve direct download link, file metadata, and size info from any public MediaFire share URL.

12 calls·6m cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026