> ## 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.

# n8n & OnlyFans - Available modules (/integrations/n8n/available-modules)

import {ZapIcon} from "lucide-react";

<Callout title="This integration supports every OnlyFans API endpoint!" type="success" icon={<ZapIcon size={18} className="text-(--callout-color)"/>}>
  Our n8n integration is our most actively maintained integration, and it supports every single endpoint in our API.
</Callout>

<Callout title="Available in official n8n node library or self-hosted instances" type="success">
  Currently, our n8n integration is available in the official n8n nodes library or as a self-hosted instance.
</Callout>

<div className="pt-10">
  import { SiOnlyfans } from "@icons-pack/react-simple-icons";
  import { FanslyIcon } from "@/components/fansly-icon";

  ## Pick your platform

  We currently offer two API surfaces. Choose the one you're building against to explore its endpoints.

    <Cards>
      <Card icon={<SiOnlyfans />} href="/api-reference/overview" title="OnlyFans API">
        Our most popular API with 100+ endpoints covering messaging, fans, media, payouts, posts, and more.
      </Card>

      <Card icon={<FanslyIcon />} href="/api-reference/fansly" title="Fansly API">
        Our brand-new Fansly API, currently in closed beta with a public launch coming soon.
      </Card>
    </Cards>
</div>