Documentation

Everything you need to integrate ApiDash APIs into your application.

Getting Started

Welcome to ApiDash! Follow these steps to start using our APIs:

  1. Create an Account: Sign up to get your API key.
  2. Add Funds: Add money to your wallet in the dashboard.
  3. Subscribe to an API: Browse our marketplace and subscribe to the APIs you need.
  4. Start Making Requests: Use your API key to authenticate and make requests.

Authentication

All API requests require authentication using the ApiDash-Key header.

ApiDash-Key: your_api_key_here

Important: Keep your API key secure. Never expose it in client-side code or public repositories.

Making Requests

All API endpoints use POST method with JSON body. Here's a basic example:

curl --request POST \ --url 'https://api.playterabox.com/api/terabox-pro' \ --header 'Content-Type: application/json' \ --header 'ApiDash-Key: your_api_key' \ --data '{"url": "https://terabox.com/s/xxxxx"}'

Error Handling

API errors return JSON with status and message. Common error codes:

CodeMeaning
401Invalid or missing API key
402Insufficient wallet balance
403Not subscribed to this API
400Invalid request parameters

Rate Limits

We do not enforce artificial rate limits on your API usage.

  • No Request Limits: Send as many requests as you need.
  • Pay-As-You-Go: Usage is only limited by your wallet balance.
  • High Performance: Our infrastructure scales to handle high concurrency.

TeraBox API

Extract metadata, download links, and streaming URLs from TeraBox links.

Base URL
https://api.playterabox.com/api/terabox-pro
Required Headers
KeyValue
Content-Typeapplication/json
ApiDash-Keyyour_api_key
Request Body
{"url": "https://terabox.com/s/xxxxx"}

For detailed response structure and live testing, visit the Marketplace.