Sub-50ms Edge Routing
Every affiliate link resolves at the Cloudflare edge in under 50ms at P50. 250+ global PoPs. Always falls back to the original URL - never a dead end.
Appearance
Maximise creator earnings with transparent, explainable, and global-first affiliate routing - 35 merchants, 7 networks, 25+ countries.
Every affiliate link resolves at the Cloudflare edge in under 50ms at P50. 250+ global PoPs. Always falls back to the original URL - never a dead end.
The Creator Routing Console (CRC) exposes every EPC signal, confidence factor, and alternative candidate. No black boxes. Every routing decision is auditable.
35 merchants across US, IN, NG, AE, SG, BR, JP, UK, DE, AU, and 25 more countries. The only routing tool with real intelligence for Africa, MENA, SE Asia, and LATAM.
Deterministic scoring formula combining base EPC, device bias, region match, deep-link validity, COD factor, offer bonuses, private deal overrides, and 9 more signals.
Local-only analytics by default. No pixel injection. No cross-site tracking. No third-party SDKs. GDPR Article 7 and CCPA compliant safe defaults.
Publisher and Enterprise tiers unlock the full REST API, bulk link operations (up to 100/request), real-time webhooks, and the WordPress auto-monetisation plugin.
Fyralynx is a global-first affiliate routing engine that automatically selects the optimal merchant storefront, affiliate network, and regional route for every affiliate link. It is delivered as:
go.fyralynx.com) - sub-50ms link resolution.api.fyralynx.com/v1) - Publisher and Enterprise tier programmatic access.Fyralynx is routing software, not a publisher or sub-affiliate. Creators hold all affiliate account relationships. Fyralynx provides routing intelligence as a software service.
New here? Start with the Getting Started guide to install the extension and create your first routed link. If you're integrating via the REST API, go directly to API Overview.
Available on Chrome Web Store and Firefox Add-ons. After installation, complete the onboarding flow to declare your affiliate network accounts.
API access requires a Publisher ($39/month) or Enterprise ($299+/month) plan.
# Test your key
curl https://api.fyralynx.com/v1/account \
-H "Authorization: Bearer $FYRALYNX_API_KEY"curl -X POST https://api.fyralynx.com/v1/links \
-H "Authorization: Bearer $FYRALYNX_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://www.amazon.com/dp/B0CRMZHDG4",
"preset": "auto",
"title": "Sony WH-1000XM5 Headphones"
}'The response includes routeUrl - a go.fyralynx.com/r/… URL that routes the click through the EPC engine - and a full CRC trace explaining the routing decision.
| Concept | Description | Reference |
|---|---|---|
| EPC Model | 16-signal deterministic formula that scores every routing candidate | EPC Model |
| CRC Trace | Complete, auditable routing decision trace included in every API response | API Overview |
| Routing Presets | auto / link-in-bio / long-form - adjust signal weights for different content types | API Overview |
| Passthrough Mode | Bypass all canonicalization and routing - deliver the URL exactly as created | Links API |
| Private Deal Overrides | Creator-declared EPC uplifts for private network arrangements (up to +30%) | Concepts |
| Choice Pages | Edge-rendered pages presenting 2-3 merchant options (Pro tier+) | Choice Pages |
Fyralynx supports 35 merchants across 25+ countries via 7 affiliate networks plus 4 direct/in-house programs (Amazon Associates, Flipkart Affiliate, Noon Affiliate, Jumia Affiliate).
| Region | Merchants |
|---|---|
| North America | Amazon US, Walmart, Best Buy, Target, eBay US, Newegg, B&H Photo, Wayfair US, Macy's, Nordstrom, Zappos, Home Depot, Temu, Shein |
| UK & EU | Amazon UK/DE/FR, ASOS, Zalando, Argos, Currys, Otto, Etsy, Wayfair UK/CA, Decathlon |
| India | Amazon IN, Flipkart, Myntra, Nykaa, TataCliq, Croma, eBay IN, AliExpress IN |
| SE Asia | Lazada (SG/MY/TH/ID/PH/VN), Shopee (+ TW) |
| MENA | Noon (AE/SA/EG), Namshi (AE/SA) |
| Africa | Jumia (NG/KE/GH/EG/ZA/MA) |
| LATAM | Mercado Libre (BR/MX/AR/CO/CL) |
| Japan | Amazon JP, Rakuten marketplace |
| Global | AliExpress, Decathlon |
| Plan | Price | Clicks/month | API Access |
|---|---|---|---|
| Free | $0/mo | 500 (hard cap) | None |
| Creator | $5/mo | 2,000 | None |
| Pro | $15/mo | 10,000 | None |
| Publisher | $39/mo | 50,000 | Publisher endpoints |
| Enterprise | $299+/mo | 500,000 | Full + SLA + webhooks |
Annual billing saves 20% across all paid tiers. View full pricing →
Step-by-step walkthroughs for common integration tasks.
Complete endpoint documentation with request/response schemas and examples.
Deep-dives into how Fyralynx works under the hood.