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

# Stover API

> Build powerful integrations with the Stover API to manage contacts, publish social media posts, and track attribution

## Welcome to the Stover API

The Stover API enables you to integrate your applications with Stover's CRM, social media publishing, and attribution tracking capabilities.

**Base URL:** `https://api.stover.app`

<Card title="Get Started" icon="rocket" href="/quickstart" horizontal>
  Follow our quickstart guide to make your first API call.
</Card>

## API Capabilities

<CardGroup cols={2}>
  <Card title="Contacts API" icon="address-book" href="/api-reference/contacts/create">
    Create and manage contacts with full attribution tracking for lead capture forms.
  </Card>

  <Card title="Posts API" icon="share-nodes" href="/api-reference/posts/overview">
    Create and schedule posts across Instagram, LinkedIn, X (Twitter), and Threads.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/api-reference/webhooks/overview">
    Receive external webhooks and integrate with third-party services.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Learn how to authenticate your API requests using API keys.
  </Card>
</CardGroup>

## Key Features

* **Dual-mode Contact Creation**: Use authenticated mode with API keys or public mode for lead capture forms
* **Multi-platform Publishing**: Schedule and publish content to Instagram, LinkedIn, X, and Threads
* **Attribution Tracking**: Capture UTM parameters and referral sources for your contacts
* **Honeypot Bot Detection**: Built-in protection against spam submissions in public mode

## Need Help?

<CardGroup cols={2}>
  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Detailed documentation for all endpoints.
  </Card>

  <Card title="Support" icon="envelope" href="mailto:support@stover.app">
    Contact our support team for assistance.
  </Card>
</CardGroup>
