---
title: "Changes to Create a meeting"
method: POST
path: "/meetings"
---

# Changes to Create a meeting

`POST /meetings`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 13 of 50 revisions.

- **2025-04-04** (v2) `f62d3edd92ae` — 2 info
- **2025-04-04** (v2) `cb67ff854c71` — 4 breaking, 1 warning, 4 info
- **2025-04-02** (v2) `68b9e665bfcc` — 5 breaking, 4 info
- **2024-11-19** (v2) `d8c5d90e84ac` — 4 breaking, 4 info
- **2024-08-09** (v2) `65ed3e73952b` — 3 info
- **2024-04-12** (v2) `c5efa33b7ed1` — 3 info
- **2024-04-05** (v2) `6c4609c68f7b` — 2 info
- **2024-04-05** (v2) `3294a1154501` — 3 info
- **2024-03-07** (v2) `5797e0899177` — 4 info
- **2023-09-07** (v2) `5a87f320c077` — 3 breaking, 1 warning, 18 info
- **2023-08-29** (v2) `7d1933aec9e0` — 2 warning, 4 info
- **2023-08-22** (v2) `e5a9653d74ff` — 1 warning, 1 info
- **2023-08-21** (v2) `011bc5f0225d` — 1 info

## Changes

- **2025-04-04** (v2) `f62d3edd92ae` — 2 info
  - added `subschema #1, subschema #2, subschema #3` to the `allOf[subschema #2]/` response property `allOf` list for the response status `201`
  - removed `subschema #1, subschema #2, subschema #3` from the `allOf[subschema #2]/` response property `allOf` list for the response status `201`
- **2025-04-04** (v2) `cb67ff854c71` — 4 breaking, 1 warning, 4 info
  - the `ai_config/summarization/summary_type` request property type changed from no type to `string`
  - the `ai_config/summarization/text_format` request property type changed from no type to `string`
  - the `ai_config/transcription/language` request property type changed from no type to `string`
  - the `recording_config/storage_config/auth_method` request property type changed from no type to `string`
  - removed the request property `session_keep_alive_time_in_secs`
  - the endpoint scheme security `Authorization` was added to the API
  - added the new `undefined` enum value to the request property `preferred_region`
  - added `subschema #2, subschema #3` to the response body `allOf` list for the response status `201`
  - removed `subschema #2, subschema #3` from the response body `allOf` list for the response status `201`
- **2025-04-02** (v2) `68b9e665bfcc` — 5 breaking, 4 info
  - removed the enum value `undefined` of the request property `preferred_region`
  - the `ai_config/summarization/summary_type` request property type changed from `string` to no type
  - the `ai_config/summarization/text_format` request property type changed from `string` to no type
  - the `ai_config/transcription/language` request property type changed from `string` to no type
  - the `recording_config/storage_config/auth_method` request property type changed from `string` to no type
  - the endpoint scheme security `Authorization` was removed from the API
  - added the new optional request property `session_keep_alive_time_in_secs`
  - added `subschema #2, subschema #3` to the response body `allOf` list for the response status `201`
  - removed `subschema #2, subschema #3` from the response body `allOf` list for the response status `201`
- **2024-11-19** (v2) `d8c5d90e84ac` — 4 breaking, 4 info
  - the `ai_config/summarization/summary_type` request property type changed from no type to `string`
  - the `ai_config/summarization/text_format` request property type changed from no type to `string`
  - the `ai_config/transcription/language` request property type changed from no type to `string`
  - the `recording_config/storage_config/auth_method` request property type changed from no type to `string`
  - the endpoint scheme security `Authorization` was added to the API
  - added the new `undefined` enum value to the request property `preferred_region`
  - added `subschema #2, subschema #3` to the response body `allOf` list for the response status `201`
  - removed `subschema #2, subschema #3` from the response body `allOf` list for the response status `201`
- **2024-08-09** (v2) `65ed3e73952b` — 3 info
  - added the new optional request property `ai_config`
  - added `subschema #2, subschema #3` to the response body `allOf` list for the response status `201`
  - removed `subschema #2` from the response body `allOf` list for the response status `201`
- **2024-04-12** (v2) `c5efa33b7ed1` — 3 info
  - added the new optional request property `summarize_on_end`
  - the `persist_chat` request property default value `false` was added
  - added the optional property `allOf[subschema #2]/allOf[subschema #1]/data/summarize_on_end` to the response with the `201` status
- **2024-04-05** (v2) `6c4609c68f7b` — 2 info
  - added `subschema #1, subschema #2` to the `allOf[subschema #2]/` response property `allOf` list for the response status `201`
  - removed `subschema #1, subschema #2` from the `allOf[subschema #2]/` response property `allOf` list for the response status `201`
- **2024-04-05** (v2) `3294a1154501` — 3 info
  - added the new optional request property `persist_chat`
  - added `subschema #1, subschema #2` to the `allOf[subschema #2]/` response property `allOf` list for the response status `201`
  - removed `subschema #1, subschema #2` from the `allOf[subschema #2]/` response property `allOf` list for the response status `201`
- **2024-03-07** (v2) `5797e0899177` — 4 info
  - added the new optional request property `recording_config/audio_config/export_file`
  - added the new optional request property `recording_config/video_config/export_file`
  - added the optional property `allOf[subschema #2]/allOf[subschema #2]/data/recording_config/audio_config/export_file` to the response with the `201` status
  - added the optional property `allOf[subschema #2]/allOf[subschema #2]/data/recording_config/video_config/export_file` to the response with the `201` status
- **2023-09-07** (v2) `5a87f320c077` — 3 breaking, 1 warning, 18 info
  - the response property `allOf[subschema #2]/allOf[subschema #2]/data/recording_config/storage_config/bucket` became optional for the status `201`
  - the response property `allOf[subschema #2]/allOf[subschema #2]/data/recording_config/storage_config/region` became optional for the status `201`
  - the response property `allOf[subschema #2]/allOf[subschema #2]/data/recording_config/storage_config/secret` became optional for the status `201`
  - added the new `sftp` enum value to the `allOf[subschema #2]/allOf[subschema #2]/data/recording_config/storage_config/type` response property for the response status `201`
  - added the new optional request property `recording_config/storage_config/auth_method`
  - added the new optional request property `recording_config/storage_config/host`
  - added the new optional request property `recording_config/storage_config/password`
  - added the new optional request property `recording_config/storage_config/port`
  - added the new optional request property `recording_config/storage_config/private_key`
  - added the new optional request property `recording_config/storage_config/username`
  - the request property `recording_config/storage_config/access_key` became optional
  - the request property `recording_config/storage_config/bucket` became optional
  - the request property `recording_config/storage_config/region` became optional
  - the request property `recording_config/storage_config/secret` became optional
  - added the new `sftp` enum value to the request property `recording_config/storage_config/type`
  - added the optional property `allOf[subschema #2]/allOf[subschema #2]/data/recording_config/storage_config/auth_method` to the response with the `201` status
  - added the optional property `allOf[subschema #2]/allOf[subschema #2]/data/recording_config/storage_config/host` to the response with the `201` status
  - added the optional property `allOf[subschema #2]/allOf[subschema #2]/data/recording_config/storage_config/password` to the response with the `201` status
  - added the optional property `allOf[subschema #2]/allOf[subschema #2]/data/recording_config/storage_config/port` to the response with the `201` status
  - added the optional property `allOf[subschema #2]/allOf[subschema #2]/data/recording_config/storage_config/private_key` to the response with the `201` status
  - added the optional property `allOf[subschema #2]/allOf[subschema #2]/data/recording_config/storage_config/username` to the response with the `201` status
  - the response write-only property `allOf[subschema #2]/allOf[subschema #2]/data/recording_config/storage_config/access_key` became optional for the status `201`
- **2023-08-29** (v2) `7d1933aec9e0` — 2 warning, 4 info
  - removed the request property `recording_config/video_config/segment_length`
  - removed the optional property `allOf[subschema #2]/allOf[subschema #2]/data/recording_config/video_config/segment_length` from the response with the `201` status
  - the `height` request property default value `auto` was removed
  - the `width` request property default value `200` was removed
  - the `height` response's property default value `auto` was removed for the status `201`
  - the `width` response's property default value `200` was removed for the status `201`
- **2023-08-22** (v2) `e5a9653d74ff` — 1 warning, 1 info
  - removed the optional property `allOf[subschema #2]/data` from the response with the `201` status
  - added `subschema #1, subschema #2` to the `allOf[subschema #2]/` response property `allOf` list for the response status `201`
- **2023-08-21** (v2) `011bc5f0225d` — 1 info
  - added the new optional request property `recording_config`

---

[Operation](https://skmtc.dev/dyte-io/apis/dyte-rest-apis/docs/meetings/post.md) · [API](https://skmtc.dev/dyte-io/apis/dyte-rest-apis.md) · [Page](https://skmtc.dev/dyte-io/apis/dyte-rest-apis/changes/meetings/post)
