RevidAPIDownloader
A universal media downloader API built with Endpoint N8N Download media from LinkedIn,Threads, Reddit, Facebook, Instagram, TikTok, YouTube, Pinterest, Twitter, Douyin and more — all in one easy-to-use API.
Features
- Download media from popular platforms:
- Douyin
- Facebook & Instagram ( meta )
- Threads
- TikTok
- Twitter ( X )
- YouTube
- Easy REST API endpoints
Endpoint
URL Path: https://api.revidapi.com/paid/{social_video}/download
HTTP Method: POST
Query Parameters
url(string): Url video
Request
Headers
x-api-key(required): The API key for authentication.
Response:
{
"success": true,
"data": {
// media download info here
}
}
Example Request
curl -X POST "https://api.revidapi.com/paid/douyin/download?url=https://www.douyin.com/video/7552522449193356595" \
-H "x-api-key: your-api-key"
curl -X POST "https://api.revidapi.com/paid/douyin/download?url=https://www.douyin.com/video/7552522449193356595" \
-H "x-api-key: your-api-key"
API Endpoints
| Endpoint | Description | Method |
|---|---|---|
/douyin/download |
Download Douyin media | POST |
/meta/download |
Download Facebook/Instagram media | POST |
/threads/download |
Download Threads media | POST |
/tiktok/download |
Download TikTok media | POST |
/twitter/download |
Download Twitter media | POST |
/youtube/download |
Download YouTube media | POST |