---
title: "Create"
method: POST
path: "/public/api/chats"
tags: ["Chats"]
---

# Create

`POST /public/api/chats`

Send a chat message from a user to another user.

## Headers

- `Accept` string

## Request body

- object
  - `sender_id` string
  - `recipient_id` string
  - `text` string
  - `attachments` string

## Response `201`

Created

- object
  - `sender_id` string
  - `recipient_id` string
  - `text` string
  - `attachments` string
  - `created_date` string

---

[API](https://skmtc.net/yoobic/apis/yoobic-public-api.md) · [All operations](https://skmtc.net/yoobic/apis/yoobic-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yoobic/yoobic-public-api/revisions/3e9bb3bab8a0/schema)
