Get started in 5 minutes.
FairLinks — link management at cost. Use the web app, the API, or the typed SDK. $0.006 per link. No subscription, no setup fee.
Quick start
- Create an account. Sign up at fairlinks.ai. One account works across all 38 Fair products. No credit card required to start.
- Add funds to your wallet. Top up $5 to start — your balance never expires. FairLinks draws from the same wallet as every other Fair product.
- Create your first link. Use the web app or call the API. The full feature set is available from link one — no plan upgrades, no feature gates.
Key concepts
Cost-plus pricing
You pay $0.006 per link created. That's our infrastructure cost plus a small margin. Click serving is unmetered. The published rate is the rate.
Wallet, not subscription
You add funds once and draw against the balance. No auto-renewal, no monthly fee, no minimum commitment. If you don't create any links this month, you pay $0.
Custom domains
Bring your own domain (e.g. links.yourcompany.com)
and FairLinks issues + auto-renews TLS for it. CNAME in your
DNS provider, click verify, and you're live in under a minute.
Click analytics
Every link tracks: total clicks, unique visitors, country/city (geo-IP), referrer, device class. Pull from the API or view in the dashboard. We do NOT store full IP addresses.
Using the API
See /api for the full reference. Auth is a
Bearer token from the Fair dashboard. POST to
/v1/links to create. GET /v1/links/:id
to fetch. Bulk creation via /v1/links/batch.
Using the typed SDK
Install @fair/sdk from npm. The SDK handles auth,
retries, and quality-gate settlement automatically.
npm install @fair/sdk
QR codes
Every short link can be exported as a QR code. Hit
/v1/links/:id/qr for a basic PNG, or
/v1/links/:id/qr/styled for branded color/logo
styling.
Billing & receipts
Every link creation produces a cost receipt — exact infra cost, margin, and total. Download all receipts as CSV from fairlinks.ai/app.
Support
Questions? Email support@faircompany.ai or read the full reference at /api.