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

# Introduction

> Introduction to the Tapti API

Welcome to the **Tapti API** — the unified social media API for all your integration needs. Tapti provides a single, consistent interface to interact with multiple social media platforms, making it easy to build, automate, and scale your social media workflows.

<CardGroup cols={1}>
  <Card title="Unified Social Media API" icon="code">
    Tapti offers a single API to access, manage, and analyze content across all major social media platforms. No more juggling multiple APIs or dealing with platform-specific quirks.
  </Card>
</CardGroup>

## Getting Started

Follow these steps to start using the Tapti API:

<Steps>
  <Step title="Get your API key">
    Sign up and generate your API key at <a href="https://tapti.dev/api-keys" target="_blank">Tapti.dev API Keys</a>.
  </Step>

  <Step title="Authenticate requests">
    Pass your API key in the <code>x-api-key</code> header with every request:

    ```bash theme={null}
    curl -H "x-api-key: your-api-key-here" https://api.tapti.dev/...
    ```
  </Step>

  <Step title="Use the API">
    Explore the available endpoints and actions in the API Reference below.
  </Step>
</Steps>
