---
title: "Create a new chat session"
method: POST
path: "/public/v1/clones/{cloneId}/chats"
tags: ["Chats"]
---

# Create a new chat session

`POST /public/v1/clones/{cloneId}/chats`

## Path parameters

- `cloneId` string, required

## Request body

- CreateChatRequest
  - `title` string — Optional title for the chat session

## Response `201`

Chat created

- CreateChatResponse
  - `id` string, required
  - `cloneId` string, required
  - `title` string, required
  - `createdAt` string, date-time, required

## Other responses

- `401` — Missing or invalid API key
- `403` — API key lacks required scope
- `404` — Resource not found

---

[API](https://skmtc.net/clone-global/apis/cloneforce-platform-api.md) · [All operations](https://skmtc.net/clone-global/apis/cloneforce-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clone-global/cloneforce-platform-api/revisions/0841f04b6bd8/schema)
