arrow-down-to-lineMerge Audio & Video for Instagram/Facebook

Merge video and audio from Instagram/Facebook and other sources

Overview

The difference between Get Direct Link and Download and Merge is that the video will be downloaded, audio and video will be merged and then the share link will be created

Proxy is required to get the list of download links.

circle-check
circle-check
triangle-exclamation

API Request

Endpoint: https://api.apify.com/v2/acts/wilcode~all-social-media-video-downloader/runs?token=<YOUR_API_TOKEN>arrow-up-right

Method: POST

Headers:

{
  "Content-Type": "application/json"
}

Request Body:

{
  "url": "https://www.facebook.com/reel/1231817508603093",
  "proxySettings": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"],
    "apifyProxyCountry": "CA"
  },
  "mergeAV": true
}
circle-check

cURL

JSON Results

circle-info

The list of download links and resolutions will be listed in the formats attribute.

circle-check
circle-info

The download url is the file saved in your Storage (Apify), this link will be automatically generated

triangle-exclamation
triangle-exclamation

Other language examples

Fetch in JavaScript

Python

C#

Last updated