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

# Introduction

> Welcome to the Patterns API documentation.

<img className="block dark:hidden" src="https://mintcdn.com/patterns/2cWuR017-Eus_Jzz/images/hero-light.svg?fit=max&auto=format&n=2cWuR017-Eus_Jzz&q=85&s=63bd3485974386831efe1cd622871291" alt="Hero Light" width="700" height="320" data-path="images/hero-light.svg" />

<img className="hidden dark:block" src="https://mintcdn.com/patterns/2cWuR017-Eus_Jzz/images/hero-dark.svg?fit=max&auto=format&n=2cWuR017-Eus_Jzz&q=85&s=628909fdf337520be8fa7680cff0a0a0" alt="Hero Dark" width="700" height="320" data-path="images/hero-dark.svg" />

## How it works

Patterns API is a RESTful API that provides access to generated personalized content.
The API is designed to be simple and easy to use, with a focus on providing a seamless experience for developers.

<CardGroup cols={2}>
  <Card title="Authenticate" icon="key" href="/api-reference/auth">
    Authenticate your requests with an API key
  </Card>

  <Card title="Create a Prospect" icon="user" href="/api-reference/prospects/create">
    Create a new prospect to initiate enrichment
  </Card>

  <Card title="Request Content" icon="stars" href="/api-reference/content/create">
    Request personalized content for a prospect
  </Card>

  <Card title="Load snippet" icon="code" href="/snippet">
    Make page content personalized
  </Card>
</CardGroup>
