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

# Create Conversation

`POST /api/conversations`

Create a new conversation.

## Request body

- ConversationCreate
  - `title` string
  - `mode` 'react' | 'dag' | 'auto'
  - `agent_id` string, nullable
  - `model_name` string, nullable

## Response `200`

Conversation created

- ApiResponse
  - `success` boolean, required
  - `data` object, required

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/fim-ai/apis/fim-one-api.md) · [All operations](https://skmtc.dev/fim-ai/apis/fim-one-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fim-ai/fim-one-api/revisions/6832c00d58dc/schema)
