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.
// 🔴 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?"
Base Endpoint
Route all requests to the secure gateway host. Authenticate using query string or HTTP header.
# 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())
Node Directories
Browse fully documented endpoint definitions by category.
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.
Blazing Low Latency
Edge-proxied micro-caching guarantees minimal load times on every dataset query.
<350ms averageGranular Key Scopes
Custom quotas, permissions whitelist filtering, daily rate limits, and live suspensions per key.
SecureReal-time Sports Telemetry
Fixtures, league lists, live timelines, streams, and AI-driven predictive outcomes.
Live feedsPristine JSON Payloads
All endpoints return clean, formatted, standardized JSON with proper HTTP headers.
RESTful JSONAnime & Media Hub
Complete anime directories, streaming links, episode stills, and cover metadata in one call.
CuratedUp & Running in 3 Steps
Deploy integrations in minutes with a straightforward developer workflow.
Request Access
Fill out the credentials form. Keys are generated with custom quotas and route permissions specific to your use case.
Explore the Schema
Browse endpoint paths, request formats, required parameters, and example responses in the interactive registry.
Execute Queries
Pass your token via ?apikey=KEY or the X-API-Key header and get instant responses.
Build Something Exceptional
Request your developer key today and deploy next-level API capabilities into your codebase within minutes. No setup fees, no commitments.