---
title: "Share Conversation"
method: POST
path: "/conversations/share/{conversation_id}"
tags: ["Conversations"]
---

# Share Conversation

`POST /conversations/share/{conversation_id}`

Create shared conversation url.

## Path parameters

- `conversation_id` string, uuid, required

## Query parameters

- `team_id` string, uuid

## Response `200`

Successful Response

- CreateConversationSharedResponse
  - `id` string, uuid, required — Id of the conversation shared for which url was created.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/dante-ai/apis/dante-ai-api.md) · [All operations](https://skmtc.net/dante-ai/apis/dante-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dante-ai/dante-ai-api/versions/38b6c9a4246d/schema)
