---
title: "Submit Information"
method: POST
path: "/api/chat/submit-information"
tags: ["Chat"]
---

# Submit Information

`POST /api/chat/submit-information`

## Request body

- ChatHistorySubmitInformationSchema
  - `user_infor` object, required
  - `bot_id` string, uuid, required
  - `session_id` string, uuid, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2023-11-08** `dbd91277da05` — 5 breaking, 2 warning
  - added the new required request property `user_infor`
  - the `session_id` request property type/format changed from `string`/`` to `string`/`uuid`
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `message` from the response with the `200` status
  - …3 more

[Change history](https://skmtc.dev/chat-fly/apis/chatfly-backend-application/changes/api/chat/submit-information/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/dbd91277da05/schema)
