---
title: "Post Chat Messages"
method: POST
path: "/chat"
tags: ["Chat"]
---

# Post Chat Messages

`POST /chat`

Submits a batch of player chat messages to be stored.

## Request body

- TypesPlayerMessageModel[]
  - `lobbyId` string
  - `message` string
  - `uuid` string

## Response `200`

Successfully posted chat messages

- object
  - `chat` TypesPlayerMessageModel[]
    - `lobbyId` string
    - `message` string
    - `uuid` string

## Other responses

- `400` — Bad request, e.g., invalid input body
- `401` — Unauthorized, not enough permissions
- `500` — Internal server error

---

[API](https://skmtc.dev/seraph/apis/seraph-api.md) · [All operations](https://skmtc.dev/seraph/apis/seraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/seraph/seraph-api/revisions/82a1ec01c64d/schema)
