---
title: "Creates a conversation for a specific target UUID (accessible to Secretariat only)"
method: POST
path: "/conversation/target/{uuid}"
tags: ["Conversation"]
---

# Creates a conversation for a specific target UUID (accessible to Secretariat only)

`POST /conversation/target/{uuid}`

<h2>Access Control</h2>  <p>User must belong to an organization with the <b>Secretariat</b> role</p>  <h2>Expected Behavior</h2>  <p><b>Secretariat:</b> Creates a conversation for the specified target UUID</p>

## Path parameters

- `uuid` string, required

## Headers

- `CVE-API-ORG` string, required
- `CVE-API-USER` string, required
- `CVE-API-KEY` string, required

## Request body

- object
  - `body` string, required — The content of the conversation message

## Response `200`

Returns the created conversation

- ConversationJson — unresolved $ref

## Other responses

- `400` — Bad Request
- `401` — Not Authenticated
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-02-13** `e06c9c895446` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/cveproject/apis/cve-services-api/changes/conversation/target/:uuid/post.md)

---

[API](https://skmtc.dev/cveproject/apis/cve-services-api.md) · [All operations](https://skmtc.dev/cveproject/apis/cve-services-api/llms.txt) · [OpenAPI document](https://skmtc.dev/cveproject/apis/cve-services-api/revisions/65fc2c301d00?raw)
