Endpoint
Example body
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.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Connect any custom website form to Replied with the submit API.
POST https://www.replied.dk/api/v1/submit/YOUR_API_KEY
Content-Type: application/json
{
"name": "Sam Lee",
"email": "sam@example.com",
"phone": "+45 12 34 56 78",
"subject": "Pricing",
"message": "Please send plan details."
}