---
title: "Send a message to the gallery owner"
method: POST
path: "/api/gpt/contact"
---

# Send a message to the gallery owner

`POST /api/gpt/contact`

Sends a message directly to Amir, the gallery owner at Mondoir. Use this when someone wants to get in touch, ask a question, make an inquiry, or request assistance that requires human follow-up. The message will be emailed to the gallery owner who will respond directly.

## Request body

- ContactMessage
  - `name` string, required — Name of the person sending the message
  - `email` string — Email address for follow-up (optional but recommended)
  - `message` string, required — The message content to send to the gallery owner

## Response `200`

Message sent successfully

- ContactResponse
  - `success` boolean — Whether the message was sent successfully
  - `message` string — Confirmation message
  - `sentTo` string — Email address the message was sent to

## Other responses

- `400` — Invalid request - missing name or message

---

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