Skip to content
@ofmapi

ofmapi

OFMAPI

OFMAPI — The OnlyFans API for Developers and Agencies

REST + WebSocket + Webhooks. Built for chatbots, CRMs, agencies, and creator-economy SaaS.

Website Docs Status


The OnlyFans API engineered for production

OFMAPI is the infrastructure layer beneath the next generation of OnlyFans software — chatbots, CRMs, AI agents, mass-messaging platforms, traffic attribution tools, and analytics dashboards.

We handle the parts you don't want to: authentication, real-time delivery, account safety, scale, reliability, and constant updates — months of infrastructure engineering that ship zero customer-facing features. You build product.

What we offer

  • Comprehensive REST API — full coverage across messages, mass messaging, posts, vault, fans, subscriptions, transactions, payouts, statistics, and more. The OnlyFans API surface, exposed cleanly.
  • Real-time WebSocket — direct event stream of every message, tip, subscription, like, and chat activity from your connected accounts. Multiplexed, durable, with replay-from-cursor on reconnect.
  • Free webhooks on every plan — no upsell. Stripe-style signed payloads, exponential-backoff retry, dead-letter queue, full delivery audit log.
  • Type-safe SDKs for Python, Node / TypeScript, and Go. Auto-generated from our OpenAPI 3.1 specification — always in sync with the API.
  • MCP server — give Claude, ChatGPT, Cursor, and Manus full read-write access to your connected OnlyFans accounts. Zero glue code.
  • Native no-code integrations — n8n community node, Make app, Zapier app. Wire workflows without writing a line.
  • Developer experience first — clear errors (RFC 7807 problem+json), scoped API keys with IP allowlists, idempotency keys on every write, cursor pagination everywhere, request IDs on every response.

Built for these audiences

If you're building... What OFMAPI gives you
An OnlyFans chatbot Real-time WebSocket of incoming messages, send-message API, queue management, AI-assistant integration via MCP
An OnlyFans CRM Fan management, subscription history, scheduling, analytics, multi-account team support
An OnlyFans agency platform Manage hundreds of creator accounts from one API key, granular per-creator scopes, role-based dashboard access
A traffic / attribution tool Server-side Smart Links, full subscription attribution chain, server-side conversion tracking
An AI-powered creator tool MCP server lets your AI agent take action on connected accounts in plain English
An earnings / financial dashboard Pull transactions, payouts, chargebacks, and historical performance through the OnlyFans API

Build the next generation of OnlyFans software

OFMAPI gives you the OnlyFans API surface to build products in the spirit of:

  • 🤖 AI chat platforms like Botly, Supercreator, Substy, ChatPersona
  • 📊 Creator CRMs like Infloww, OnlyMonster, CreatorHero
  • 📈 Analytics & metrics tools like FansMetric, FansIQ
  • 🎯 Traffic & attribution platforms like CreatorTraffic
  • 🔗 Link-in-bio + deeplink products like Juicy Bio, Hello Butter
  • 🧠 AI agents that operate connected creator accounts via Claude, ChatGPT, Cursor, or Manus
  • 🛠️ Agency back-offices managing hundreds of accounts from a single dashboard

Whatever you're building, OFMAPI handles the OnlyFans plumbing — authentication, real-time delivery, account safety, scale, and the continuous updates that keep your integration working as the platform evolves — so you can ship product, not infrastructure.

Featured repositories

Repository Description
onlyfans-py OnlyFans API SDK for Python — pip install onlyfans
onlyfans-node OnlyFans API SDK for Node / TypeScript — npm i @ofmapi/onlyfans
onlyfans-go OnlyFans API SDK for Go — go get github.com/ofmapi/onlyfans-go
ofmapi-mcp OnlyFans MCP server — Claude / ChatGPT / Cursor / Manus integration
n8n-nodes-ofmapi n8n community node for the OnlyFans API
postman-collection Public Postman workspace mirror
examples OnlyFans API quickstart code in 6 languages, end-to-end recipes

Quickstart — your first OnlyFans API call

# 1. Sign up at ofmapi.com — free, no credit card required
open https://ofmapi.com

# 2. Install the SDK in your language of choice
pip install onlyfans                       # Python
npm install @ofmapi/onlyfans               # Node / TypeScript
go get github.com/ofmapi/onlyfans-go       # Go

# 3. Make your first call
python -c "from onlyfans import Client; print(Client('ofmapi_...').accounts.list())"

Full quickstart (60 seconds to your first webhook): docs.ofmapi.com/quickstart

Trust & safety

OFMAPI is engineered for the security posture our customers' end users deserve:

  • 🔒 Encryption at rest — every OnlyFans session credential is wrapped with AES-256-GCM and managed through an HSM-backed key envelope.
  • 🛡️ Bank-grade account safety architecture — multi-layer defense across every connected account: isolation, integrity-checked traffic, and active monitoring engineered to keep accounts safe and online.
  • 🚫 Strict secrets boundary — customer credentials are never logged, never displayed in dashboards, never returned by any API endpoint.
  • 🛂 SOC 2 Type II preparation — formal audit underway. DPA available on request for enterprise customers.
  • 🧾 Independent penetration testing scheduled prior to general availability. Findings + remediation summary published in our trust center.
  • 🔐 Stripe-style signed webhooksX-OFMAPI-Signature: t=…,v1=… with replay-window protection and dual-secret rotation handling.

Full security posture: ofmapi.com/security · Vulnerability reports: security@ofmapi.com

Get in touch


OFMAPI is an independent organisation, not affiliated with OnlyFans.com or Fenix International Limited. "OnlyFans" is a registered trademark of Fenix International Limited. All trademarks property of their respective owners.

Popular repositories Loading

  1. .github .github Public

    Organization profile + community health files for OFMAPI

  2. onlyfans-py onlyfans-py Public

    Official Python SDK for the OFMAPI OnlyFans API — pip install onlyfans

  3. onlyfans-node onlyfans-node Public

    Official TypeScript / Node.js SDK for the OFMAPI OnlyFans API

  4. onlyfans-go onlyfans-go Public

    Official Go SDK for the OFMAPI OnlyFans API

  5. examples examples Public

    End-to-end code examples for the OFMAPI OnlyFans API in Python, Node, Go, cURL, and more

  6. ofmapi-mcp ofmapi-mcp Public

    Model Context Protocol server for OFMAPI — talk to your OnlyFans accounts from Claude, ChatGPT, Cursor, Manus

Repositories

Showing 9 of 9 repositories

Top languages

Loading…

Most used topics

Loading…