---
title: "Get Normal Response"
method: POST
path: "/api/chat/get-normal-response"
tags: ["Chat"]
---

# Get Normal Response

`POST /api/chat/get-normal-response`

Get a normal response.

## Query parameters

- `message` string, required

## Response `200`

Successful Response

- HttpResponseSchema — HTTP Response Schema.
  - `message_code` integer, required — Numeric code indicating the type of message or response.
  - `message` string, required — Human-readable message providing additional context about the response.
  - `data` unknown

## Other responses

- `422` — Validation Error

## Changes

> 3 revisions in range; 1 not diffed.

- **2023-11-13** `ac1f1ab68fcb` — 2 info
  - added the non-success response with the status `422`
  - added the success response with the status `200`
- **2023-11-08** `dbd91277da05` — 1 breaking, 1 info
  - removed the success response with the status `200`
  - removed the non-success response with the status `422`

[Change history](https://skmtc.dev/chat-fly/apis/chatfly-backend-application/changes/api/chat/get-normal-response/post.md)

---

[API](https://skmtc.dev/chat-fly/apis/chatfly-backend-application.md) · [All operations](https://skmtc.dev/chat-fly/apis/chatfly-backend-application/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chat-fly/chatfly-backend-application/revisions/cbb37496f138/schema)
