12
Active SQL modules in gateway
0
API gateway requests
100%
% success requests vs errors
0 / 0
Total request capacity status
API Traffic
API requests volume (last 24 hours)
Status Overview
Security & Access Control
Tokens mapped to domains and client IP addresses
Quota Details
Active request quota parameters
0%
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 Integration code
API Testing Client
Simulate API gateway calls, inspect response headers, performance metrics, and JSON outputs.
Request Configuration
Response
{}
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.
API Documentation
Auto-generated API documentation based on active modules. Share this URL with your developers.
/api/docs