TeraBox Video Player and Downloader API avatar
TeraBox Video Player and Downloader API

Pricing

Pay per usage

Go to Apify Store
TeraBox Video Player and Downloader API

TeraBox Video Player and Downloader API

Download TeraBox videos and audio in high definition quality for free. Our advanced TeraBox downloader supports HD and high-quality video downloads with lightning-fast speed. Play or download TeraBox videos directly in your browser: no software installation required. Perfect for offline viewing.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Prince Raj

Prince Raj

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

HTTP API for fetching TeraBox video information, download links, and metadata.

Features

  • Fetch video metadata (filename, size, thumbnail)
  • Get direct download links
  • Support POST and GET requests
  • CORS enabled
  • Direct scraping from TeraBox servers

Endpoints

POST /download

{
"link": "https://teraboxapp.com/s/VIDEO_ID",
"cookies": "ndus=..." // optional
}

GET /download

/download?link=https://teraboxapp.com/s/VIDEO_ID

Response

{
"file_name": "video.mp4",
"download_link": "https://...",
"thumbnail": "https://...",
"file_size": "145.5 MB",
"size_bytes": 152559616,
"proxy_url": "https://..."
}

See the full README for complete documentation.