---
title: "Create a new empty conversation"
method: POST
path: "/advisor/conversations/{domain}"
tags: ["AI Advisor"]
---

# Create a new empty conversation

`POST /advisor/conversations/{domain}`

Creates a fresh empty conversation in the given domain. Title is derived automatically when the first user message is saved.

## Path parameters

- `domain` string, required

## Response `201`

Conversation created

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

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