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

# Introduction

> Community API specification

## Overview

Community API is a set of endpoints that allow you to manage your community.

## Authentication

All Community API endpoints require an API key sent via `x-api-key` header. You can generate API keys for your community
[on the dashboard](https://flipsuite.xyz), in the **Developer** sidebar tab.

## Rate Limits

All endpoints have a rate limit of 1 request per second.

<Note>
  Even though the rate limit is 1 RPS - your tips, airdrops and raffles can be delayed by a few or more
  seconds if you try to create a lot of them at once.
</Note>

## APIs

<CardGroup cols={2}>
  <Card title="Gating API" icon="lock" href="/api-reference/community/gating/overview">
    Get details about users who verified in your server.
  </Card>

  <Card title="Points API" icon="sparkles" href="/api-reference/community/points/endpoint/get-balance">
    Manage your community point systems and holders.
  </Card>

  <Card title="Quests API" icon="scroll" href="/api-reference/community/quests/endpoint/get-quest">
    Create and manage quests for your community.
  </Card>

  <Card title="Tipping API" icon="hands-holding-dollar" href="/api-reference/community/tipping/overview">
    Trigger airdrops, raffles, tips and more in your server.
  </Card>
</CardGroup>
