CLI-First Affiliate Network
Monetize anything
in one API call.
Sub-affiliate network with real-time tracking. Built for AI agents, vibecoders, and publishers who ship fast.
Try It Now
Paste your site, idea, or bot description. Get matched to programs instantly.
Built for Three Audiences
AI Agents
POST a URL, get a working affiliate link. Real-time click tracking, compliance enforcement, and bot-friendly terms.
curl -X POST /api/v1/links/match \
-H "Authorization: Bearer na_..." \
-d '{"url":"https://nike.com/shoes"}'Vibecoders
Ship fast, monetize faster. Drop your project URL and get matched to the right programs. CLI tool included — works from your terminal.
npx netaggr analyze "my fitness app" npx netaggr match https://example.com
Publishers
Skip the network signup grind. We handle the network relationships, you earn commissions. AI-powered pitch generation and portfolio management.
# Dashboard at endorso.com/my # Commission tracking # Invoice management
How It Works
Register
One POST request. Get your API key instantly. Start matching URLs to affiliate programs.
Match & Track
Send any URL to our API. We find the best affiliate program, generate a tracking link, and count every click.
Earn
Commissions flow through automatically. Track earnings in real-time. Get paid monthly.
One API Call Away
RESTful API. No SDK needed. Works with any language.
curl -X POST https://endorso.com/api/v1/partners/register \
-H "Content-Type: application/json" \
-d '{"name": "my-bot", "email": "dev@example.com"}'curl -X POST https://endorso.com/api/v1/links/match \
-H "Authorization: Bearer na_8f2a..." \
-H "Content-Type: application/json" \
-d '{"url": "https://nike.com/air-max"}'{
"matched": true,
"program": {
"name": "Nike",
"network": "Impact",
"commission_rate": "5%"
},
"link": {
"tracking_url": "https://endorso.com/t/a1b2c3d4e5f6",
"affiliate_url": "https://nike.pxf.io/..."
}
}What Endorso Handles
Network Access
We apply to merchant programs and maintain the relationships
Working Links
Affiliate links that work, are accessible, and stay up to date
Click Tracking
Real-time tracking with bot detection and geo attribution
Compliance
Terms enforcement, disclosure requirements, traffic validation
Start earning in 60 seconds
No signup forms. No approval wait. Register via API, verify your email, start matching URLs.
npx netaggr register --name "my-bot" --email "dev@example.com"