Downloader

Facebook

Download public videos from Facebook posts and reels.

GET /v1/facebook/download

https://api.cludz.net/v1/facebook/download

Fetch media from a Facebook URL.

Query Parameters:

ParameterRequiredDescriptionType
urlYesThe valid Facebook video or post URL.string
formatNomp4 or mp3. Defaults to mp4.string

Example

curl "https://api.cludz.net/v1/facebook/download?url=https://www.facebook.com/watch?v=..." \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

{
  "statusCode": 200,
  "statusMessage": "Success",
  "message": "Media downloaded successfully",
  "data": {
    "title": "Video Title",
    "url": "https://download.url...",
    "thumbnail": "https://thumbnail.url...",
    "duration": 300,
    "quality": "HD"
  }
}
Built with 💖 by Miza • © 2026 - Powered by Nuxt