SMART LINKS

Tracking links for creators, created and measured by API

Smart Links are trackable short links with click stats. Create one with a single API call, share the public redirect anywhere, and read the numbers back per link.

Start free with 1,000 credits · no card · one key for OnlyFans and Fansly

What are Smart Links?

Smart Links are trackable short links you create through the CreatorAPI REST API: one call to POST /v1/links returns a link, the public redirect lives at /l/{slug}, and click stats are readable per link. They are a first party CreatorAPI feature, so the same links and the same stats work whether you run OnlyFans, Fansly, or both.

How it works

Three steps from a raw URL to numbers you can act on.

1

Create the link

Call POST /v1/links with the destination you want to promote. Each link write costs 1 credit.

2

Share the redirect

The public URL at /l/{slug} works anywhere a link can be posted: a bio, a caption, a DM, an email.

3

Read the stats

Pull click stats back per link over the API, so every promo becomes a number instead of a guess.

Create a Smart Link with curl

One request creates the link; the response includes the slug you share.

# create a trackable short link (1 credit)
curl -X POST "https://api.creator-api.com/v1/links" \
  -H "X-API-Key: $CREATOR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://onlyfans.com/yourpage", "slug": "summer-promo"}'

# fans land on the public redirect
https://api.creator-api.com/l/summer-promo

What creators and agencies track with Smart Links

A separate link per source turns attribution into a simple comparison of click counts.

Campaign attribution

Give every campaign its own slug. When subscribers arrive, the click stats show which push actually sent them.

Per fan or per promo tracking

Mint a unique link for a specific fan or a specific promo drop. One credit per link keeps that granularity cheap.

Bio and social links you can measure

Replace the raw URL in your bio with a Smart Link. Each social profile gets its own slug, so you see which platform pulls its weight.

Links are the attribution layer of your stack

Smart Links tell you where fans come from; the rest of CreatorAPI tells you what they do next. Combine link stats with the OnlyFans CRM API to tag and segment the fans a campaign brought in, and with financial analytics to see whether those clicks turned into revenue. Everything runs on the same key and the same metered credits, published on the pricing page.

Smart Links questions

What is a Smart Link?

A Smart Link is a trackable short link created through the CreatorAPI REST API. You create it with POST /v1/links, share the public redirect at /l/{slug}, and read click stats back per link.

How much does a Smart Link cost?

Creating a Smart Link costs 1 credit per link write. The free trial includes 1,000 credits with no card required.

Do Smart Links work for both OnlyFans and Fansly?

Yes. Smart Links are a first party CreatorAPI feature and work the same for both platforms, on one API key.

Where can I use a Smart Link?

Anywhere a URL can be posted. The public redirect at /l/{slug} works in bios, captions, DMs, emails and social profiles.

How do I track which promo brought a subscriber?

Create a separate Smart Link per promo and compare the click stats per link. A unique slug per campaign, per fan or per platform turns attribution into a simple comparison of numbers.

Do I need to write code to create Smart Links?

You need one HTTP call. Tools like Make, Zapier and n8n can send it today through their generic HTTP modules, though there are no prebuilt connectors yet.

Measure every link you share

Create your first Smart Link in minutes with 1,000 free credits and no card required.

Start free with 1,000 credits · no card