---
title: "Create Chat"
method: POST
path: "/api/v1/chat-history/chats"
---

# Create Chat

`POST /api/v1/chat-history/chats`

Create a new chat conversation.

## Request body

- ChatCreate
  - `title` string, required — Chat title

## Response `201`

Successful Response

- ChatResponse
  - `id` string, required
  - `title` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `message_count` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/morpheusais/apis/morpheus-api-gateway.md) · [All operations](https://skmtc.net/morpheusais/apis/morpheus-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/morpheusais/morpheus-api-gateway/versions/061297d1593b/schema)
