BetterFans Link SDK — OnlyFans APIBetterFans Link SDK
Getting Started

Getting OnlyFans API Access

How to get OnlyFans API access. Create an account on OFManager (the leading OnlyFans agency management platform), link your creators, and issue a BetterFans Link SDK key instantly.

The BetterFans Link SDK — the only developer API for the OnlyFans platform, the infrastructure behind OFManager. Create an account, link your creators, and issue an SDK key in seconds.

Create an account

Sign up at platform.ofmanager.com. No approval process, no waiting.

Connect your OnlyFans creator accounts inside OFManager. Once linked, those accounts are reachable through the BetterFans Link SDK.

Issue an SDK key

Open API Keys in the dashboard and create an SDK key — your BetterFans Link API key. You can hand it to an integration, rotate it, or revoke it at any time.

When you create a key, you choose its scope:

  • Organization-wide — the key can act as any creator your organization owns.
  • Specific creators — the key is restricted to the accounts you select.

The full secret is shown once, at creation. Copy it then; if you lose it, rotate the key to issue a new one. Revoking a key stops it authorizing requests immediately. The Developers page also shows per-key request totals and last-used time so you can keep an eye on usage.

This SDK key is your API key — it authenticates every HTTP request. To connect the realtime EventBus WebSocket, you also pass a WS token, a separate derived credential available in your dashboard.

Keep your key safe

Never commit your SDK key to version control. Use environment variables or your platform's secrets management, and rotate it if it is ever exposed.

For custom or enterprise needs, message us on Telegram.

Requirements

  • Runtime: modern Node.js, Bun, Deno, or Cloudflare Workers
  • TypeScript: 5.0+ recommended (for template literal type inference on route strings)
  • Module system: ESM only
  • Dependencies: Zero runtime dependencies

On this page