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

# Create Conversation

`POST /api/chat/conversations`

Create a new conversation for a verified user.

Use this when user clicks "New Chat" in the widget.
Returns the new conversation_id.

## Query parameters

- `product_id` string, required — Product ID
- `identity_token` string, required — JWT identity token

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas.md) · [All operations](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas/llms.txt) · [OpenAPI document](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas/revisions/66e6366f8ef9?raw)
