99.9% Uptime SLA · Instant API Key Delivery

    TeraBox API — Get Direct Download & Stream Links Instantly

    The #1 TeraBox download API for developers. Send any TeraBox share link and get back a direct CDN download URL, HLS/m3u8 stream link, and full file metadata — in under 1 second.

    POST https://api.teraboxdl.site/v1/api
    // Send a TeraBox share URL, get direct download link
    const response = await fetch("https://api.teraboxdl.site/v1/api", {
      method: "POST",
      headers: { "X-API-Key": "tbx_x7G2h..." },
      body: JSON.stringify({ url: "https://terabox.com/s/..." })
    });

    Supported Media Platforms

    A unified API schema to extract direct download links, HLS stream URLs, and file metadata from cloud storage and social video platforms.

    LIVE & STABLE
    TeraBox Downloader
    Active Cloud Storage API

    Fully functional extractor providing raw direct-download CDN URLs, filenames, and file sizes. Built on enterprise-grade infrastructure to guarantee high availability and speed.

    Direct download links
    HLS/m3u8 streaming links
    Metadata (name, size, thumbnails)

    Coming Next — Platform Roadmap

    Instagram Downloader
    Facebook Downloader
    TikTok Downloader

    Integration Examples

    Copy-paste pre-built request templates to integrate direct download commands into your backend in minutes.

    curl -X POST "https://api.teraboxdl.site/api/v1/download" \
      -H "Authorization: Bearer YOUR_API_KEY" \
      -H "Content-Type: application/json" \
      -d '{
        "url": "https://terabox.com/s/1LpQ_A-gXb5JSDhYmX9v2wA"
      }'

    Who Uses the TeraBox API?

    Developers across every stack use our API to power production applications.

    Telegram & Discord Bots

    Build downloader bots that instantly respond to share links with direct download URLs. No cookie management, no maintenance.

    Video Streaming Apps

    Feed HLS/m3u8 stream URLs directly into your video player (hls.js, Video.js, VLC) for seamless in-app playback.

    Web Download Portals

    Power a web-based downloader site with our REST API. Get direct CDN download links in under 1 second.

    Android & iOS Apps

    Integrate file downloads directly into your mobile app. Our HMAC-signed API is safe for server-side calls.

    Automation & Scrapers

    Automate file archiving, content monitoring, or bulk media downloads without managing cookies or sessions.

    Backend Microservices

    Add download capability to any microservice with a single HTTP POST. Works with Python, Node.js, Go, PHP, and more.

    Why Developers Choose Our Managed API

    Stop burning engineering time maintaining scrapers. Let us handle the infrastructure so you can ship faster.

    Zero Maintenance

    Our automated systems monitor extraction endpoints dynamically to ensure compatibility. Your app never breaks when platforms update.

    99.9% Uptime SLA

    Redundant infrastructure across multiple regions. We maintain uptime 24/7 so you don't have to.

    Secure API Access

    Standardized request credentials keep your connection secure. All communication is encrypted.

    Full Analytics Dashboard

    Track requests, errors, and usage patterns from your developer dashboard in real time.

    Simple, Transparent Pricing

    All plans include direct download links, HLS stream URLs, and full file metadata. Billed monthly. Cancel anytime.

    Prices shown in USD · Local currency & taxes calculated at Paddle checkout

    Starter
    $19/month
    or ₹1,499 / mo via UPI
    Perfect for bootstrapping small web projects and bots.
    • 20,000 Daily Requests
    • 100 requests / minute
    • Direct download links + HLS streams
    • Full metadata & thumbnails
    Get Started
    MOST POPULAR
    Professional
    $29/month
    or ₹2,499 / mo via UPI
    High-speed access for production apps and Telegram bots.
    • 50,000 Daily Requests
    • 150 requests / minute
    • Dynamic speed scaling
    • Priority cookie allocation
    • Dedicated developer support
    Get Started
    Enterprise
    $59/month
    or ₹4,999 / mo via UPI
    Max-quota plan for high-bandwidth apps and crawlers.
    • 100,000 Daily Requests
    • 200 requests / minute
    • Dedicated support channel
    • Customized endpoint structures
    • Full API access suite
    Get Started

    Secure checkout powered by Paddle. No registration form — just select a plan, pay, and your API key arrives in your email.

    Frequently Asked Questions

    Everything developers need to know before integrating the TeraBox download API.

    What is the TeraBox API?
    The TeraBox API by AR Digital Services is a production-grade REST API that allows developers to programmatically extract direct CDN download URLs, HLS/m3u8 streaming links, and full file metadata (filename, size, thumbnails) from any TeraBox share link. It uses secure credentials passed in the headers for server-side authentication.
    How do I get a TeraBox API key?
    Visit the pricing page, select a plan, and complete checkout via Paddle. Your API key and secret are delivered to your email instantly. No separate registration form is needed.
    Does the TeraBox API return direct download links?
    Yes. Every successful API response includes a direct_link (CDN download URL), a stream_url (HLS/m3u8 for video streaming), a stream_download_url, the file size in bytes and human-readable format, the filename, and thumbnail images. Links are time-limited for security.
    What programming languages can I use?
    The API is a standard HTTP REST API and works with any language — Node.js, Python, PHP, Go, Ruby, Java, C#, and cURL. Official request examples are provided in our API docs for Node.js, Python, Go, and cURL.
    How does authentication work?
    Every request to POST /v1/api is authenticated securely using API credentials passed in the HTTP request headers. Detailed examples are provided in our API Docs.
    What is the uptime and reliability?
    The API maintains 99.9% uptime via redundant high-availability nodes and intelligent edge routing. Our infrastructure handles all platform compatibility and scaling 24/7 so your application never goes down.
    Can I use the API for video streaming?
    Yes. Every response includes a stream_url in HLS (m3u8) format, compatible with HTML5 video players (hls.js, Video.js, VLC) and native iOS/Android players. You can also use stream_download_url for progressive video downloads.
    What happens if I exceed my daily request limit?
    Requests will return a 429 error until the next daily reset (UTC midnight). You can upgrade to a higher plan at any time from your dashboard without service interruption.
    How much does the API cost?
    We offer three monthly plans: Starter ($19/mo — 20,000 daily requests), Professional ($29/mo — 50,000 daily requests), and Enterprise ($59/mo — 100,000 daily requests). Your local currency and applicable taxes are shown at Paddle checkout. All plans include direct download links, HLS stream URLs, and full file metadata.
    Is there a free trial or free tier?
    Yes! We offer a Free Trial tier providing 100 real API calls in a rolling 30-day window — completely free with no credit card required. Test our extraction pipeline, HLS streaming links, and interactive playground before committing to a paid plan.