---
title: "Submit Contact Sales"
method: POST
path: "/public/contact/sales"
tags: ["contact-public"]
---

# Submit Contact Sales

`POST /public/contact/sales`

Email a homepage contact-form submission to hello@every.ai.

Always answers 200 on an accepted submission, including honeypot hits —
a public form must not reveal detection to the caller. Only a genuine
send failure returns an error, so the frontend can show a generic
"something went wrong" state.

## Request body

- ContactSalesRequest
  - `company` string, required
  - `email` string, email, required
  - `notes` string
  - `website` string, nullable

## Response `200`

Successful Response

- ContactSalesResponse
  - `ok` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/every/apis/every-api.md) · [All operations](https://skmtc.net/every/apis/every-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/every/every-api/versions/9744001af85d/schema)
