Endpoint responds
Validation and honeypot filtering are active.
Point any HTML form or fetch request here. SubmitHarbor validates the fields, filters obvious bots, and records a clean payload.
https://www.submitharbor.com/api/submit/demo_contact_7x2p01<form action="https://www.submitharbor.com/api/submit/demo_contact_7x2p" method="POST">02 <input type="text" name="name" required />03 <input type="email" name="email" required />04 <textarea name="message" required></textarea>05 <input type="text" name="website" tabindex="-1" autocomplete="off" hidden />06 <button type="submit">Send</button>07</form>const response = await fetch("https://www.submitharbor.com/api/submit/demo_contact_7x2p", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ name, email, message })
});Validation and honeypot filtering are active.
Sign in so external submissions persist in your inbox.
Add the sites that are allowed to use this endpoint.