API Documentation

Our REST API provides programmatic access to the TeraBox extraction engine. One simple endpoint handles metadata, download links, and stream URLs.

Authentication

All requests to the API must include your API Key in the X-API-KEY header.

GET /api/terabox/extract HTTP/1.1
Host: api-v2.teraboxdl.site
X-API-KEY: YOUR_API_KEY_HERE

Base URL

https://api-v2.teraboxdl.site

Extraction

POST

Extract metadata, download links, and stream URLs for any TeraBox share link.

Request Body

{
  "url": "https://terabox.com/s/1abc...",
  "dir_path": "/Optional/Subdirectory",
  "page": 1
}

Response Schema

{
  "errno": 0,
  "request_id": "921823...",
  "list": [
    {
      "fs_id": "102...",
      "server_filename": "example.mp4",
      "size": 102400,
      "dlink": "https://...",
      "stream_url": "https://..."
    }
  ]
}

Rate Limiting

Free Plan

100 req/mo

Standard Plan

Unlimited