---
title: "Conversation: Send a Message"
method: POST
path: "/{id}/messages"
tags: ["Conversation"]
---

# Conversation: Send a Message

`POST /{id}/messages`

Add a message to the Story's conversation

## Path parameters

- `id` string, uuid, required

## Request body

- string

## Response `204`

Success

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not found

---

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