---
title: "Create chat"
method: POST
path: "/api/chat"
tags: ["Chat"]
---

# Create chat

`POST /api/chat`

Create a new empty chat owned by the authenticated user.

## Response `201`

Chat created

- CreateChatResponse
  - `chatId` string, required

## Other responses

- `401` — Unauthorized
- `403` — Subscription required

---

[API](https://skmtc.net/cobaltpf/apis/cobalt-api.md) · [All operations](https://skmtc.net/cobaltpf/apis/cobalt-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cobaltpf/cobalt-api/revisions/8ef0dfb5d23c/schema)
