Features Docs Pricing Use Cases About Sign In Get API Key
Now in Public Beta — 190 edge nodes live

Route Fill Requests
at the Speed of Light

NetfillX delivers intelligent network fill-request routing with sub-millisecond latency. The only routing API built for modern network architectures.

BASH — Quick start
# Register your first endpoint in seconds
curl https://api.netfillx.com/v1/route \
  -H "Authorization: Bearer nfx_live_..." \
  -d '{"fill_request":{"type":"network_route","priority":"low_latency"}}'

# Response: routed to us-east-1 in 0.4ms
{"route_id":"rt_...","latency_ms":0.4,"endpoint":"us-east-1"}
Live Route Metrics
0.38ms
avg routing decision latency
190
Edge Nodes
99.99%
Uptime SLA
All Systems Operational
99.99%
Uptime SLA
<1ms
Avg Routing Latency
500B+
Requests Routed / Day
190
Global Edge Nodes

Everything your network routing
stack needs

From intelligent fill-request distribution to zero-config failover, NetfillX provides the full routing infrastructure so you can focus on building.

Smart Fill Routing

Intelligent request distribution across network endpoints using real-time latency signals, endpoint health scores, and ML-optimized path selection.

Edge-Native Architecture

190 Points of Presence globally ensure routing decisions happen within milliseconds of your users, eliminating round-trip overhead entirely.

API-First by Design

Full REST and WebSocket API with OpenAPI 3.1 specification included. SDKs for Node.js, Python, Go, and Rust. Integrate in minutes, not days.

Real-Time Analytics

Live dashboards with fill-rate metrics, latency heatmaps by region, per-endpoint throughput, and anomaly detection with alerting built-in.

Protocol Agnostic

HTTP/2, gRPC, TCP, UDP — all fill-request types supported. Route at layer 4 or layer 7 with full TLS termination and header manipulation.

Zero-Config Failover

Automatic rerouting on endpoint failures with health-check intervals as low as 100ms. Traffic continues flowing while we handle the failover logic.

Up and routing in three steps

No infrastructure to manage. Register your endpoints, send your fill requests, and let NetfillX handle the rest.

1

Register Endpoints

Your network fill endpoints are registered into our global mesh via a single API call. No agents, no sidecars — just HTTP.

2

Route Requests

The NetfillX API intelligently routes each fill request using ML-optimized paths, weighing latency, capacity, and cost in real time.

3

Monitor & Scale

Real-time dashboards track fill rates and route efficiency. Scale endpoint capacity without touching routing configuration.

A routing API developers actually love

Thoughtfully designed REST endpoints, consistent error formats, and WebSocket streams for real-time route telemetry. Full OpenAPI 3.1 spec ships with every version.

  • Idempotent request routing with dedup keys
  • OpenAPI 3.1 + machine-readable error codes
  • WebSocket stream for real-time route events
  • SDKs: Node.js, Python, Go, Rust, Java
  • Sandbox environment with traffic simulation
  • Webhook callbacks on route completion
Read the Docs API Reference
curl -X POST https://api.netfillx.com/v1/route \
  -H "Authorization: Bearer nfx_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "fill_request": {
      "type": "network_route",
      "source": "us-east-1",
      "destination": "auto",
      "priority": "low_latency"
    }
  }'
// HTTP 200 OK
{
  "route_id":    "rt_01HXYZ9ABCDEF",
  "status":      "routed",
  "source":      "us-east-1",
  "destination": "eu-west-2",
  "latency_ms":  0.41,
  "fill_rate":   0.998,
  "edge_node":   "lon-edge-07",
  "path_score":  99.2,
  "timestamp":   "2025-09-12T14:32:11.042Z"
}

Built for every network routing problem

From ISP infrastructure to multi-cloud enterprise architectures, NetfillX routes traffic intelligently at every layer.

ISP Route Management

Optimize BGP route fill-requests across carrier networks. Reduce peering cost and improve path efficiency with intelligent route selection.

CDN Fill Optimization

Route origin-fill requests to the nearest cache-fill node, cutting TTFB for cache misses and improving edge cache efficiency across your PoP network.

Enterprise Traffic Shaping

Policy-driven routing for internal microservices. Enforce latency budgets, traffic weights, and failover policies across data centers without config drift.

Multi-Cloud Routing

Route workloads across AWS, GCP, and Azure based on real-time egress cost, latency, and compliance requirements. Cloud-agnostic by design.

Simple, predictable pricing

Start for free. Scale as you grow. No egress fees, no hidden charges per route decision.

Free
$0/mo

Everything you need to prototype and test intelligent routing.

  • 1M fill requests / month
  • 10 registered endpoints
  • REST + WebSocket API
  • Community support
  • Sandbox environment
  • Edge routing (US only)
  • SLA guarantee
Get Started Free
Enterprise
Custom

For organizations with large-scale routing requirements and compliance needs.

  • Unlimited fill requests
  • Private edge deployment
  • SOC 2 Type II + GDPR
  • Custom SLA & DPA
  • Dedicated support engineer
  • On-prem routing option
  • SAML SSO + audit logs
Contact Sales

Start routing smarter,
in under 5 minutes

Generate your API key, register your first endpoint, and send your first fill request — no infrastructure setup required.

Loading latest news...