> ## Documentation Index
> Fetch the complete documentation index at: https://docs.onlyfansapi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction (/introduction)

import {
    BookIcon,
    BotIcon,
    ChartBarIcon,
    CloudDownloadIcon,
    CodeXmlIcon,
    KeyRoundIcon,
    LockIcon,
    MailIcon,
    MessageCircleQuestionMarkIcon,
    PuzzleIcon,
    ShieldCheckIcon,
    SparklesIcon,
    WebhookIcon,
} from 'lucide-react';
import { SiMeta, SiMetaHex } from '@icons-pack/react-simple-icons';

## Why OnlyFansAPI.com?

OnlyFansAPI.com is a platform that allows you to interact with the OnlyFans API without the need to build
your proxy management system, reverse engineer the API, or deal with WebSockets.

Our engineers have spent years building **300+ simple REST API endpoints** that cover everything OnlyFans agencies, creators, and developers need:

* Connect any OnlyFans account in under 2 minutes
* Read and send messages, posts, mass-DMs, and PPVs
* Pull earnings, transactions, fans, and chargebacks
* Manage media vault, queue, stories, and promotions
* Receive real-time webhook events for new messages, subs, tips, and more
* Search a database of 3.5M+ public OnlyFans creator profiles

## Popular use cases

What teams build on OnlyFansAPI today:

<Cards>
  <Card icon={<SiMeta color={SiMetaHex} />} title="Track Meta Ads & media buying revenue" href="/introduction/guides/onlyfans-meta-pixel-smart-links">
    Server-side Smart Links attribute every click, sub, and dollar to the right creative. No pixels, no lost events.
  </Card>

  <Card icon={<BotIcon className="text-emerald-500" />} title="Build AI chatters and chatbot SaaS" href="/api-reference/chat-messages/send-message">
    Read live chats, send replies, manage queue, and apply tags — the same surface our partners build chatbot products on.
  </Card>

  <Card icon={<ChartBarIcon className="text-teal-500" />} title="Build dashboards, CRMs, and BI" href="/api-reference/analytics-summary/get-earnings-overview">
    Pull statistics, transactions, and fan analytics into Postgres, BigQuery, or your in-house dashboard.
  </Card>

  <Card icon={<SparklesIcon className="text-purple-500" />} title="Run your agency from Claude, ChatGPT, or Manus" href="/onlyfans-ai">
    200+ tools across chats, fans, and earnings via the OnlyFans MCP — ask in plain English, get reports, drafts, and digests.
  </Card>

  <Card icon={<PuzzleIcon className="text-sky-500" />} title="Automate without code (n8n, Make, Zapier)" href="/integrations">
    Trigger workflows on new messages, PPV purchases, subs, tips, and more — no engineer required.
  </Card>

  <Card icon={<MailIcon className="text-amber-500" />} title="Send mass DMs & re-engagement campaigns" href="/api-reference/mass-messaging/send-mass-message">
    Schedule, target, and track mass-message performance across creators.
  </Card>
</Cards>

## Browse the docs

OnlyFansAPI has different areas:

<Cards>
  <Card icon={<BookIcon className="text-emerald-500" />} title="API Reference" href="/api-reference">
    Every endpoint, request/response shapes, and SDK snippets.
  </Card>

  <Card icon={<WebhookIcon className="text-amber-500" />} title="Webhooks" href="/webhooks">
    Get notified about new messages, subs, tips, chargebacks, and more.
  </Card>

  <Card icon={<SparklesIcon className="text-purple-500" />} title="OnlyFans x AI Tools" href="/onlyfans-ai">
    Run your agency from Claude, ChatGPT, or Manus via the OnlyFans MCP.
  </Card>

  <Card icon={<PuzzleIcon className="text-sky-500" />} title="Integrations" href="/integrations">
    No-code automations with n8n, Make, and Zapier.
  </Card>

  <Card icon={<CloudDownloadIcon className="text-teal-500" />} title="Data Exports" href="/data-exports">
    Bulk export transactions, messages, and more.
  </Card>

  <Card icon={<ShieldCheckIcon className="text-indigo-500" />} title="Auth" href="/auth">
    OnlyFans API's official authentication library.
  </Card>

  <Card icon={<MessageCircleQuestionMarkIcon className="text-fd-muted-foreground" />} title="FAQ" href="/faq">
    Common questions about plans, limits, and account safety.
  </Card>
</Cards>

## Get started

Whether you're building a chatbot, OnlyFans Search Engine, OnlyFans CRM, or anything else, you can get started with OnlyFansAPI.com in minutes.

<Cards>
  <Card title="Make your first API Request" icon={<CodeXmlIcon />} href="/introduction/quickstart">
    Learn how to make your first API request and get started with OnlyFans API
  </Card>

  <Card title="Get your API Key" icon={<KeyRoundIcon />} href="https://app.onlyfansapi.com/api-keys">
    Create your first API Key and start making requests
  </Card>

  <Card title="Connect your OnlyFans accounts" icon={<LockIcon />} href="/introduction/guides/connect-onlyfans-account">
    Learn how to connect you OnlyFans accounts in under 2 minutes
  </Card>

  <Card title="Get Webhook Notifications" icon={<WebhookIcon />} href="/webhooks">
    Get webhook notifications for new messages, new subscribers, tips, ...
  </Card>
</Cards>