←Back to Marketplace
TeraBox Fast Stream API
Transparent Pricing
$1 = ~10,000 requests
Only $0.000100 per successful 200 OK request.
Errors
Free ($0.00)
Model
Pay-as-you-go
API Overview
The TeraBox API provides a powerful and programmatic way to interact with TeraBox file links. Whether you are building a video streaming app, a file downloader, or a metadata scraper, this API delivers the data you need in a clean JSON format without client download enforcement or speed throttling.
Key Features:
- ✓Slow & Accelerated Direct Download Links
- ✓Multiple Streaming Options (HLS 360p, 480p, 720p, 1080p)
- ✓Multi-Language Subtitles (.srt, .vtt, .m3u8)
- ✓Complete Metadata (File size, duration, quality, thumbnail)
- ✓Unlimited Bandwidth Included with Every Request
How to Use
Base URL
https://api.fioapi.com/api/v1/terabox/stream
Required Headers
// Authenticate via x-api-key headerx-api-key: YOUR_API_KEYContent-Type: application/json
Response Structure & Field Definitions
| Field | Type | Description |
|---|---|---|
| status | string | Execution status ("success" or "error") |
| total_files | integer | Total media items processed |
| name | string | Original title or extracted media filename |
| size / size_formatted | integer / string | File size in raw bytes and human-readable MB |
| quality | string | Detected resolution (e.g. 480p, 720p, 1080p, 4K) |
| normal_dlink | string | Direct CDN high-speed download link |
| fast_stream_url | object | HLS adaptive .m3u8 streaming links (360p, 480p, 720p, 1080p) |
| subtitles | array | Subtitles array (.srt / .vtt / .m3u8) with language identifiers |