---
title: "Create a new conversations:validate$"
method: POST
path: "/api/v1/conversations:validate"
tags: ["Conversations"]
---

# Create a new conversations:validate$

`POST /api/v1/conversations:validate`

Validates if an upcoming meeting, which has not been saved in any way, will be automatically recorded.

## Request body

- MeetingValidation
  - `details` string, nullable
  - `id` string, required
  - `link` string, required
  - `location` string, nullable
  - `participants` string[], required
  - `start_time` string, required
  - `subject` string, required

## Response `201`

Success

## Other responses

- `400` — Bad request
- `409` — Conflict

---

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