Fanduit / Platform / Unified API
The Platform

Two creator platforms. One clean API.

Fanduit turns OnlyFans and Fansly into a single REST API. The hard infrastructure (signing, proxies, sessions, metering) is handled, so you call clean endpoints and ship.

Start For Free See how it works Free plan · no card required
350+ endpoints OnlyFans + Fansly platforms REST + MCP surface
GET /v1/accounts/{id}/fans/active
# same call, either platform — Fanduit routes it
curl https://api.fanduit.co/v1/accounts/$id/fans/active \
  -H "Authorization: Bearer sk_live_…"

→ 200 OK  ● live   credits: -1 · rpm: 4,999 left
{ "data": [ { "id": 55021, "name": "Ava" } ] }
350+
Endpoints
2
Platforms
363
MCP Tools
99.9%
Uptime
Capabilities

The whole platform behind one key

Everything an agency, tool-builder, or AI agent needs to build on creators.

🔐

Self-healing signing

OnlyFans rotates its request signature through the day. Fanduit re-derives it automatically so your calls keep working.

🛡️

Encrypted session vault

Connected-account credentials are encrypted at rest, scoped per tenant, and never logged. Disconnecting deletes them.

🌐

Per-account proxies

Sticky residential and mobile IPs stay pinned per creator, keeping sessions coherent and accounts safe.

🎚️

Credits + RPM

Transparent per-call metering and per-account rate limits. You always see the cost before you spend it.

🪝

Signed webhooks

HMAC-signed events with automatic retries for new subs, messages, tips, and account status changes.

MCP built in

Every endpoint is also an MCP tool, so AI agents drive the same surface with the same metering.

Try it

Call it in your language

See all 351+
How it works

From key to first call in three steps

No scrapers, no browser automation.

Create an API key

Sign up and generate a key in the dashboard. It scopes to your account and every creator you connect.

Connect an account

Add an OnlyFans or Fansly account you own or operate. Fanduit stores the session in the encrypted vault.

Call an endpoint

Hit any of 350+ endpoints. Fanduit signs, proxies, meters, and returns clean JSON.

Use cases

What people build on it

One API under a lot of different products.

Agencies

Roster automation

Run messaging, growth, and reporting across every creator you manage from one integration.

Tools

Creator CRMs

Build internal dashboards and CRMs on live fan, chat, and revenue data instead of screenshots.

AI

AI coworkers

Give an agent the MCP tools and let it operate accounts, draft replies, and pull reports.

Data

Pipelines

Stream events to your warehouse via webhooks and export fans, chats, and earnings on a schedule.

Built for agencies. Trusted by creators. Powerful for developers.

🏢 Agencies

Run a whole roster from one API — connect every creator you operate and automate messaging, growth, and reporting at scale.

⭐ Creators

Neutral infrastructure on accounts you own, with encrypted credentials, per-account proxies, and no screen sharing.

⚙️ Developers

Clean REST + MCP, signed webhooks, idempotency, and transparent credit metering. Build tools that don\'t break by morning.

FAQ

Questions operators ask

Do OnlyFans and Fansly have official APIs?

Neither platform ships a public API. Fanduit provides the stable, signed, proxied layer so you build against clean endpoints instead of brittle scrapers.

Whose accounts can I connect?

Only accounts you own or are authorized to operate. Fanduit is neutral infrastructure for creators and the agencies that run them.

How is it priced?

A free tier to start, then metered by requests-per-minute and consumable credits. Cached public reads are free.

Is there an SDK?

The API is plain REST, so any HTTP client works. Copy-paste samples in cURL, JS, Python, and PHP are on every page and in the reference.

Build on a creator API that does not break by morning

Connect an account and make your first call in minutes.

Start For Free See pricing