v1.1.0 prod
Get API Key
 API Gateway Online

The Runflix
API Gateway

Engineered to deliver high-performance, edge-proxied REST APIs. Integrate AI capabilities, real-time sports feeds, global video databases, and robust utility tools into your product.

99.98% Uptime <350ms Latency Edge SSL CORS Ready
JavaScript / Fetch
// 🔴 Runflix API — Quick Start
const res = await fetch(
  "https://api.runflix.name.ng"
  + "/ai/overchat"
  + "?model=deepseek"
  + "&q=Hello+World"
  + "&apikey=YOUR_KEY"
);

const data = await res.json();
console.log(data.response);
// → "Hello! How can I help you today?"
0+
API Endpoints
0
AI Models
0%
Core Uptime
<0ms
Avg Latency
Live
LON-1 Node
Endpoint

Base Endpoint

Route all requests to the secure gateway host. Authenticate using query string or HTTP header.

https://api.runflix.name.ng
GET · REST · JSON
# Query string authentication
curl "https://api.runflix.name.ng/ai/overchat?model=deepseek&q=hello&apikey=YOUR_KEY"

# HTTP header authentication
curl "https://api.runflix.name.ng/ai/overchat?model=deepseek&q=hello" \
     -H "X-API-Key: YOUR_KEY"
// Using fetch API
const response = await fetch(
  `https://api.runflix.name.ng/ai/overchat?model=deepseek&q=${query}&apikey=${API_KEY}`
);
const data = await response.json();
console.log(data);
# Using requests library
import requests

params = {"model": "deepseek", "q": "Hello", "apikey": "YOUR_KEY"}
res = requests.get("https://api.runflix.name.ng/ai/overchat", params=params)
print(res.json())
SSL Secured REST Protocol JSON Response Key Auth
Categories

Node Directories

Browse fully documented endpoint definitions by category.

Features

Advanced Capabilities

Engineered to support next-generation programmatic applications at scale.

Intelligent AI Orchestration

Integrated with DeepSeek, GPT-4o, Claude, Pollinations, and LetMeGPT. Multi-provider load balancing ensures extreme routing speeds and automatic failover across all inference nodes.

5
AI Models
<350ms
Avg Response
Live
Status

Blazing Low Latency

Edge-proxied micro-caching guarantees minimal load times on every dataset query.

<350ms average

Granular Key Scopes

Custom quotas, permissions whitelist filtering, daily rate limits, and live suspensions per key.

Secure

Real-time Sports Telemetry

Fixtures, league lists, live timelines, streams, and AI-driven predictive outcomes.

Live feeds

Pristine JSON Payloads

All endpoints return clean, formatted, standardized JSON with proper HTTP headers.

RESTful JSON

Anime & Media Hub

Complete anime directories, streaming links, episode stills, and cover metadata in one call.

Curated
Integration

Up & Running in 3 Steps

Deploy integrations in minutes with a straightforward developer workflow.

1

Request Access

Fill out the credentials form. Keys are generated with custom quotas and route permissions specific to your use case.

2

Explore the Schema

Browse endpoint paths, request formats, required parameters, and example responses in the interactive registry.

3

Execute Queries

Pass your token via ?apikey=KEY or the X-API-Key header and get instant responses.

Get Started Free

Build Something Exceptional

Request your developer key today and deploy next-level API capabilities into your codebase within minutes. No setup fees, no commitments.