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

# Overview

> Base URL, versioning, and where to start with the Whop API.

The Whop API lets you accept payments, pay out users, manage products, and move money on Whop programmatically. The base URL is `https://api.whop.com/api/v1`, and the API is versioned by date. Send an `Api-Version-Date` header to pin a stable contract so changes never break your integration. See [Versioning](/developer/api/versioning) for details.

<Note>
  You authenticate with a Bearer API key. Create one in the
  [Quickstart](/api-reference/beta/quickstart) and keep it on your server, never
  in browser or mobile code.
</Note>

## Get started

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/api-reference/beta/quickstart">
    Create an API key, install an SDK, and make your first call.
  </Card>

  <Card title="Versioning" icon="calendar" href="/developer/api/versioning">
    Pin a dated API version so changes never break your integration.
  </Card>
</CardGroup>

## Explore the API

<CardGroup cols={2}>
  <Card title="Core Resources" icon="layer-group" href="/api-reference/beta/accounts/account">
    Accounts, users, and stats.
  </Card>

  <Card title="Money" icon="wallet" href="/api-reference/beta/payouts/payout">
    Ledgers, payouts, cards, transfers, deposits, swaps, and verifications.
  </Card>

  <Card title="Commerce" icon="cart-shopping" href="/api-reference/beta/products/product">
    Products, plans, checkout configurations, and referrals.
  </Card>
</CardGroup>
