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.
country String (Optional) Filters movies by country of origin (matches substring). Movie API only.
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

Full API Documentation

Select an API to read its complete reference: parameters, response fields, examples and error codes.

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 API Access 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

SEO & Metadata

Control how this site appears in search results and when its link is shared. Values are rendered into the page on the server, so crawlers and link-preview bots see them.

Basic Metadata

Brand name shown in share cards and structured data.
Shown in the browser tab and as the search result headline. 0 / 60
The summary under the search result. Aim for 150–160 characters. 0 / 160
Comma-separated. Most search engines ignore this tag today, but some internal tools still read it.
Your site's public address. Used for canonical links, og:url and sitemap entries. Leave blank to use the requested host.
Browser UI color on mobile.

Favicon

PNG, ICO, SVG or WebP up to 200KB. Served at /favicon.ico. A square 512×512 PNG works everywhere.

Social Sharing (Open Graph / X)

Shown when the link is posted to Facebook, LINE or X. Recommended size 1200×630 px.

Search Engine Indexing

index
Turn off to keep this site out of search results entirely (noindex + robots.txt Disallow).
follow
Whether crawlers may follow links found on the page.
Enabled
Adds a schema.org WebSite block so search engines can read the site name and description reliably.
Paste only the content value from the verification meta tag.

Analytics

Loads Google Analytics 4 on every page. Leave blank to disable tracking.

Sitemap & robots.txt

Hint for how often crawlers should revisit.
One per line. Relative paths are resolved against the canonical URL. The home page is always included.
Appended verbatim. /api/ is already disallowed.
sitemap.xml robots.txt

Google Result Preview

https://your-domain.com
API Management & Gateway Console

Social Card Preview

Generated Tags


              

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