---
title: "Send App Chat Message"
method: POST
path: "/api/v1/app-chat/{chat_id}/message"
tags: ["app-chat"]
---

# Send App Chat Message

`POST /api/v1/app-chat/{chat_id}/message`

Send a message to an app-specific chat for targeted edits.

## Path parameters

- `chat_id` string, uuid, required

## Request body

- AppChatRequest
  - `content` string, required
  - `attachments` object[]

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/netter/apis/dmi-backend.md) · [All operations](https://skmtc.net/netter/apis/dmi-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netter/dmi-backend/versions/a59877bf911b/schema)
