> ## 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 (/api-reference)

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>