---
title: "Create message"
method: POST
path: "/messages/"
tags: ["Message"]
---

# Create message

`POST /messages/`

This endpoint is used to create message

## Request body

- PostMessage
  - `article` string
  - `body` string
  - `comments` string
  - `status` string
  - `targeting` string
  - `title` string

## Response `200`

create message successfuly

- Message
  - `article` string
  - `body` string
  - `comments` string
  - `status` string
  - `targeting` string
  - `title` string
  - `user_id` string

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/inquirer/apis/mobile-middleware.md) · [All operations](https://skmtc.net/inquirer/apis/mobile-middleware/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/inquirer/mobile-middleware/revisions/b0608768680f/schema)
