---
title: "Create a conversation"
method: POST
path: "/v1/conversations"
tags: ["conversations"]
---

# Create a conversation

`POST /v1/conversations`

## Request body

- CoreConversationCreateRequest
  - `items` object[]
  - `metadata` object

## Response `200`

OK

- CoreConversation
  - `created_at` integer
  - `id` string
  - `metadata` object
  - `object` string — "conversation"

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/enterpilot/apis/gomodel-api.md) · [All operations](https://skmtc.net/enterpilot/apis/gomodel-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/enterpilot/gomodel-api/revisions/4c27ea61fcfe/schema)
