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

# Kloo API

> Connect your apps to Kloo — manage links, QR codes, domains, teams, and analytics with a simple REST API.

Welcome to the Kloo API. Create short links and static sites, read click statistics, manage projects, pixels, domains, QR codes, teams, and more.

**Base URL:** `https://api.kloo.li/v1`

Get your API key in the [dashboard](https://kloo.li/account-api), then authenticate every request with a Bearer token:

```http theme={null}
Authorization: Bearer {api_key}
```

<Tip>
  Paste your API key into the playground Authorization field as `Bearer {api_key}` to try endpoints live.
</Tip>

## Explore the API

<CardGroup cols={3}>
  <Card title="Authentication" icon="key" href="/en/authentication">
    How to send your Bearer API key on every request.
  </Card>

  <Card title="Links" icon="link" href="/en/api-reference/links/introduction">
    Short links, bulk create, and static HTML/ZIP sites.
  </Card>

  <Card title="Statistics" icon="chart-column" href="/en/api-reference/statistics/introduction">
    Click analytics by date range and breakdown type.
  </Card>

  <Card title="QR codes" icon="qrcode" href="/en/api-reference/qr-codes/introduction">
    Generate styled QR codes for URLs, Wi‑Fi, vCards, and more.
  </Card>

  <Card title="Projects" icon="folder" href="/en/api-reference/projects/introduction">
    Organize links and QR codes into projects.
  </Card>

  <Card title="Domains" icon="globe" href="/en/api-reference/domains/introduction">
    Attach custom domains to your short links.
  </Card>

  <Card title="Teams" icon="users" href="/en/api-reference/teams/introduction">
    Collaborate with teammates on shared resources.
  </Card>

  <Card title="Team members" icon="user-plus" href="/en/api-reference/team-members/introduction">
    Invite and manage members of teams you own.
  </Card>

  <Card title="Teams' member" icon="user-check" href="/en/api-reference/teams-member/introduction">
    Manage your memberships in teams you belong to.
  </Card>

  <Card title="Pixels" icon="crosshairs" href="/en/api-reference/pixels/introduction">
    Attach Facebook, GA, TikTok, and other tracking pixels.
  </Card>

  <Card title="Splash pages" icon="https://mintcdn.com/kloo/L3BGVTuJ6E9I0_x6/logo/splash.svg?fit=max&auto=format&n=L3BGVTuJ6E9I0_x6&q=85&s=64bc964b1d42338efc32668e8af5e3e7" href="/en/api-reference/splash-pages/introduction" width="128" height="128" data-path="logo/splash.svg">
    Interstitial pages shown before redirects.
  </Card>

  <Card title="Notifications" icon="bell" href="/en/api-reference/notification-handlers/introduction">
    Email, Slack, Discord, webhooks, and more alert channels.
  </Card>

  <Card title="User" icon="user" href="/en/api-reference/user/introduction">
    Retrieve the authenticated account profile and plan.
  </Card>

  <Card title="Data" icon="database" href="/en/api-reference/data/introduction">
    Read and delete collected form submissions.
  </Card>

  <Card title="Signatures" icon="pen-line" href="/en/api-reference/signatures/introduction">
    List and delete email signatures.
  </Card>

  <Card title="Payments" icon="credit-card" href="/en/api-reference/payments/introduction">
    Read payment and subscription history.
  </Card>

  <Card title="Logs" icon="scroll" href="/en/api-reference/logs/introduction">
    Inspect API and account activity logs.
  </Card>
</CardGroup>

## Next steps

<Steps>
  <Step title="Get an API key">
    Get your API key at [kloo.li/account-api](https://kloo.li/account-api).
  </Step>

  <Step title="Authenticate">
    Send `Authorization: Bearer {api_key}` on every request.
  </Step>

  <Step title="Call an endpoint">
    Start with [Links](/en/api-reference/links/introduction) or open the **API Reference** tab.
  </Step>
</Steps>
