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.
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.
Three steps from a raw URL to numbers you can act on.
Call POST /v1/links with the destination you want to promote. Each link write costs 1 credit.
The public URL at /l/{slug} works anywhere a link can be posted: a bio, a caption, a DM, an email.
Pull click stats back per link over the API, so every promo becomes a number instead of a guess.
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
A separate link per source turns attribution into a simple comparison of click counts.
Give every campaign its own slug. When subscribers arrive, the click stats show which push actually sent them.
Mint a unique link for a specific fan or a specific promo drop. One credit per link keeps that granularity cheap.
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.
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.
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.
Creating a Smart Link costs 1 credit per link write. The free trial includes 1,000 credits with no card required.
Yes. Smart Links are a first party CreatorAPI feature and work the same for both platforms, on one API key.
Anywhere a URL can be posted. The public redirect at /l/{slug} works in bios, captions, DMs, emails and social profiles.
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.
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.
Create your first Smart Link in minutes with 1,000 free credits and no card required.