00:00 AM
Total APIs

12

Active SQL modules in gateway

Total Requests (24h)

0

API gateway requests

Success Rate

100%

% success requests vs errors

Daily Key Limit Usage

0 / 0

Total request capacity status

API Traffic

API requests volume (last 24 hours)

Line Graph (Hourly)

Status Overview

SUCCESS 2xx 0%
CLIENT ERRORS 4xx 0%
SERVER ERRORS 5xx 0%

Security & Access Control

Tokens mapped to domains and client IP addresses

No API keys found. Please generate one under the "API Keys" tab.

Quota Details

Active request quota parameters

Usage Rate

0%

Daily Request Quota Used 0 / 100,000

Top 5 Endpoints

Most frequently consumed gateway modules

Endpoints Requests Avg Latency Error Rate
No requests logged yet

Error Breakdown

Last 24 hours error response category

My API Access Keys

Generate and configure security tokens bound to authorized domains or IPs.

Key Name Token (Secret Key) Allowed Destination Domains / IPs Daily Quota Limit Usage Today Status Actions

Integration Guide & Documentation

Follow the steps below to integrate the secured APIs into your destination application.

API Gateway Endpoint Structure

The gateway serves dynamic SQL-based APIs dynamically. Requests must supply a valid API Token and must originate from an authorized IP or Domain defined in your key settings.

Accepted URL Query Parameters

Parameter Type Description
token String (Required) The secure API token associated with your account. Can also be sent in headers as Authorization: Bearer <Token>.
id Integer (Optional) Retrieves full details of a specific item, joining relation tables (downloads/episodes) to fetch iframe URLs.
search String (Optional) Searches for titles (matches substring).
genre String (Optional) Filters movies or series by category.
page Integer (Optional) Pagination page index. Default is 1.
limit Integer (Optional) Pagination limit (size of results). Default is 20, Max is 100.

Code Examples

JavaScript (Fetch)
PHP (cURL)
Python (Requests)
// JavaScript Integration code

API Testing Client

Simulate API gateway calls, inspect response headers, performance metrics, and JSON outputs.

Request Configuration

Response

GET http://localhost:3000/api/v1/movie?token=...
{}

Users Accounts & Memberships

Create member profiles, set activation validity periods, manage maximum domains quota, and reset passwords.

Username Role Expiry Date Remaining Days API Keys Limit Active Keys Status Actions

All API Keys (All Users)

View and manage all API access tokens across every user account.

Owner Key Name Token Domain Daily Limit Today Usage Status Actions

SQL-Based API Modules

Register new API endpoints by providing custom SQL statements and database connection credentials.

API Name Slug / Route Target Host & DB List Query Preview Relation Join Key Status Actions

System Gateway Settings

Manage system-wide defaults, caching, rate limiting, and global configurations.

Default Quotas

The default request quota allocated to a newly created API key.
The maximum number of active API keys a normal user is allowed to generate.
Number of active days set for a new user account upon creation.
Base URL used for API client testing (e.g. http://localhost:3000). Leave blank to use current domain.

Rate Limiting (Per-minute Throttle)

Sliding window rate limit per API key. Set to 0 to disable. Default: 120 req/min.

Redis Caching

Disabled Disconnected
Cache list query results in Redis to reduce database load and speed up responses.

API Documentation

Auto-generated API documentation based on active modules. Share this URL with your developers.

/api/docs