---
title: "Create conversation items"
method: POST
path: "/v1/conversations/{id}/items"
tags: ["conversations"]
---

# Create conversation items

`POST /v1/conversations/{id}/items`

## Path parameters

- `id` string, required

## Query parameters

- `include` string[]

## Request body

- CoreConversationItemCreateRequest
  - `items` object[], required

## Response `200`

OK

- CoreConversationItemListResponse
  - `data` object[]
  - `first_id` string, nullable
  - `has_more` boolean
  - `last_id` string, nullable
  - `object` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[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/versions/4c27ea61fcfe/schema)
