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

# API Overview

> Use the Replied API to submit website messages and connect widgets.

The Replied API accepts website messages and creates work inside your Replied dashboard.

## Base endpoint

```text theme={null}
https://www.replied.dk/api/v1
```

## Primary endpoint

| Method | Path                | Purpose                   |
| ------ | ------------------- | ------------------------- |
| `POST` | `/submit/{api_key}` | Submit a website message. |

## Common uses

* Custom HTML forms.
* React or Next.js forms.
* WordPress forms.
* Embedded widget submissions.

## Start here

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/api-reference/authentication">
    Learn how API keys and origin checks work.
  </Card>

  <Card title="Submit request" icon="paper-plane" href="/api-reference/submit-request">
    Send your first JSON payload.
  </Card>
</CardGroup>
