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

# Introduction

> Welcome to the demeterrr API documentation

## Welcome to demeterrr API

The demeterrr API enables you to programmatically manage your customer experience workflows, from survey distribution to review collection and response analysis.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/guides/quickstart">
    Get started with your first API request in minutes
  </Card>

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

  <Card title="API Reference" icon="code" href="/api-reference/contacts/list">
    Explore all available endpoints
  </Card>

  <Card title="Scopes" icon="shield" href="/scopes">
    Understand API key permissions and scopes
  </Card>
</CardGroup>

## Features

Our REST API provides access to:

* **Contacts** - Manage your customer contact database
* **Surveys** - Create and manage customer surveys (NPS, CSAT, CES)
* **Sequences** - Trigger multi-step automated workflows
* **Responses** - Access survey response data and analytics
* **Reviews** - Manage and respond to customer reviews

## Base URL

All API requests should be made to:

```
https://app.demeterrr.com/api/v1
```

## Getting Started

1. **Generate an API key** in your [dashboard settings](https://app.demeterrr.com/settings/api-keys)
2. **Include your API key** in the `X-API-Key` header of each request
3. **Start making requests** using your preferred HTTP client

<Check>
  All API endpoints use HTTPS. HTTP requests are automatically redirected.
</Check>

## Need Help?

<CardGroup cols={2}>
  <Card title="Support" icon="envelope" href="mailto:support@demeterrr.com">
    Email our support team
  </Card>

  <Card title="Community" icon="slack" href="https://community.demeterrr.com">
    Join our Slack community
  </Card>
</CardGroup>
