---
title: "Create conversation"
method: POST
path: "/chats"
tags: ["Chats"]
---

# Create conversation

`POST /chats`

Create conversation

## Request body

- object
  - `conversation` object
    - `label` string
    - `summary` string
    - `aiAgentId` string
    - `chunkSize` number
    - `lastChunkID` string

## Response `200`

Successful operation

- ResponseMessage
  - `message` string

---

[API](https://skmtc.net/smythos/apis/smyth-api.md) · [All operations](https://skmtc.net/smythos/apis/smyth-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smythos/smyth-api/versions/1475e078fb4a/schema)
