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

# Create Conversation

`POST /api/ask-ai/conversations`

## Request body

- ConversationCreateRequest
  - `title` string, nullable

## Response `201`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.net/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/2a1adc380310/schema)
