TeraBox Video Extractor API

One GET request turns any TeraBox share link into playable media: filename, size, quality, language, thumbnail, a direct download URL and a range-ready streaming URL that works in any HTML5 player. This is the private server endpoint behind TeraStream 2.0.

Server endpoint

GET https://terastream24.lovable.app/api/public/v1/extract?url=<terabox-share-link>
Header: X-Api-Secret: <your-api-secret>

Base URL: https://terastream24.lovable.app · CORS is enabled and OPTIONS preflight is supported. The secret can also be passed as ?key= when a marketplace cannot send custom headers.

Example request

curl --request GET \
  --url 'https://terastream24.lovable.app/api/public/v1/extract?url=https://1024terabox.com/s/1abcdefghijklmno' \
  --header 'X-Api-Secret: YOUR_SECRET'

Example response

{
  "status": "success",
  "data": {
    "surl": "1abcdefghijklmno",
    "filename": "Dhamaal 2007 1080p Hindi.mp4",
    "title": "Dhamaal 2007 1080p Hindi",
    "size_bytes": 1503238553,
    "size": "1.4 GB",
    "thumbnail": "https://data.terabox.com/thumbnail/...",
    "quality": "1080p",
    "language": "Hindi",
    "download_url": "https://d.terabox.com/file/...",
    "stream_url": "https://terastream24.lovable.app/api/public/stream/1abcdefghijklmno",
    "formats": [
      { "quality": "1080p", "url": "https://d.terabox.com/file/...", "stream_url": "..." }
    ],
    "files": [
      { "fs_id": "123456789", "filename": "episode-01.mp4", "size_bytes": 402653184, "stream_url": "..." }
    ],
    "file_count": 1
  }
}

Errors & limits

  • 400 — missing url or the link is not a valid TeraBox share link (also returned for dead/expired links).
  • 401 — invalid or missing API secret.
  • 429 — per-minute rate limit exceeded.
  • 502 / 503 — upstream TeraBox failure or the API is temporarily disabled.

Every error body is { "status": "error", "error": "..." }, so a single check on status is enough.

Supported domains

terabox.com, 1024terabox.com, teraboxapp.com, teraboxlink.com, terasharelink.com, 4funbox.com, mirrobox.com, nephobox.com, momerybox.com, tibibox.com and other TeraBox mirrors. Folder shares return every file inside the files array.

Get access

Access is issued per buyer with a private API secret and a per-minute quota. Send the share link, get back stream and download URLs — no TeraBox login, no cookies, no app.