---
title: "Send Chat Message"
method: POST
path: "/api/user/chat"
tags: ["webchat"]
---

# Send Chat Message

`POST /api/user/chat`

Accept a message, publish to bus, return request_id for SSE.

## Response `200`

Successful Response

- ChatAccepted
  - `request_id` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.net/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/versions/327e305858ac/schema)
