---
title: "Create a new conversation"
method: POST
path: "/api/support/v1/cloud/conversations"
tags: ["Cloud Support"]
---

# Create a new conversation

`POST /api/support/v1/cloud/conversations`

## Request body

- object
  - `body` string, required
  - `subject` string, required
  - `tags` string[]

## Response `200`

Conversation created

- object
  - `success` boolean, required
  - `data` unknown

## Other responses

- `400` — Invalid request
- `500` — Failed to create conversation

---

[API](https://skmtc.net/surrealdb/apis/surrealdb-api-server.md) · [All operations](https://skmtc.net/surrealdb/apis/surrealdb-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/surrealdb/surrealdb-api-server/revisions/7d05f954f7ca/schema)
