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 get your BetterFans Link SDK API 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 you get your API key immediately.

Create an account

Sign up at platform.ofmanager.com. You get an API key right away — no approval process, no waiting.

Connect your OnlyFans creator accounts inside OFManager. Once linked, you have full API access to those accounts through the BetterFans Link SDK.

Your credentials

Your dashboard shows:

  • API Key — authenticates all HTTP requests
  • WS Token — authenticates EventBus WebSocket connections

The dashboard includes everything you need: SDK install instructions, environment variable setup, and code examples to make your first request.

For custom or enterprise needs, message us on Telegram.

Keep your credentials safe

Never commit your API key or WS token to version control. Use environment variables or your platform's secrets management.

Requirements

  • Runtime: Node.js 18+, 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