> ## 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.

# Custom Websites

> Connect any custom website form to Replied with the submit API.

Use the submit API when your website already has a contact form.

## Endpoint

```http theme={null}
POST https://www.replied.dk/api/v1/submit/YOUR_API_KEY
Content-Type: application/json
```

## Example body

```json theme={null}
{
  "name": "Sam Lee",
  "email": "sam@example.com",
  "phone": "+45 12 34 56 78",
  "subject": "Pricing",
  "message": "Please send plan details."
}
```

## Launch checklist

* Create a dedicated API key per website.
* Add allowed domains if origin checks are enabled.
* Submit a test message from production.
* Confirm category and payload fields.
