---
title: "Changes to 新しいプリセットを追加する"
method: POST
path: "/add_preset"
---

# Changes to 新しいプリセットを追加する

`POST /add_preset`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 18 of 50 revisions.

- **2026-03-31** `bd7182f25e54` — 2 info
- **2025-03-11** `c5651c641b9a` — 3 info
- **2025-03-02** `d8b6a60f88af` — 1 warning, 3 info
- **2025-01-04** `df13668c123d` — 3 info
- **2025-01-03** `b7afc41080b3` — 1 warning, 2 info
- **2024-12-02** `7cceffafa319` — 2 info
- **2024-10-29** `54501f4624fd` — 11 breaking, 1 warning, 3 info
- **2024-10-05** `e86c0159e1bd` — 2 breaking, 13 warning
- **2024-09-26** `179894d155aa` — 11 breaking, 1 warning, 3 info
- **2024-07-20** `eb97301b5bb3` — 2 info
- **2024-07-09** `1d0fcadb80c5` — 2 warning, 1 info
- **2024-06-28** `3b94f9a50fd2` — 1 warning, 2 info
- **2024-05-09** `fd13ee3ebb92` — 1 warning, 1 info
- **2024-05-02** `7d46d11815c2` — 1 info
- **2024-04-26** `907e5011a1aa` — 1 warning
- **2024-03-30** `ac3a4e1af82f` — 1 info
- **2024-03-26** `aeea77ff108d` — 2 breaking, 10 warning
- **2024-01-17** `1bed97d41915` — 5 warning, 3 info

## Changes

- **2026-03-31** `bd7182f25e54` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2025-03-11** `c5651c641b9a` — 3 info
  - api tag `プリセット` added
  - api tag `その他` removed
  - added the new optional request property `tempoDynamicsScale`
- **2025-03-02** `d8b6a60f88af` — 1 warning, 3 info
  - removed the request property `tempoDynamicsScale`
  - api operation id `add_preset_add_preset_post` removed and replaced with `add_preset`
  - api tag `その他` added
  - api tag `プリセット` removed
- **2025-01-04** `df13668c123d` — 3 info
  - api tag `プリセット` added
  - api tag `その他` removed
  - added the new optional request property `tempoDynamicsScale`
- **2025-01-03** `b7afc41080b3` — 1 warning, 2 info
  - removed the request property `tempoDynamicsScale`
  - api tag `その他` added
  - api tag `プリセット` removed
- **2024-12-02** `7cceffafa319` — 2 info
  - api tag `プリセット` added
  - api tag `その他` removed
- **2024-10-29** `54501f4624fd` — 11 breaking, 1 warning, 3 info
  - added the new required request property `id`
  - added the new required request property `intonationScale`
  - added the new required request property `name`
  - added the new required request property `pitchScale`
  - added the new required request property `postPhonemeLength`
  - added the new required request property `prePhonemeLength`
  - added the new required request property `speaker_uuid`
  - added the new required request property `speedScale`
  - added the new required request property `style_id`
  - added the new required request property `volumeScale`
  - the request's body type/format changed from ``/`` to `object`/``
  - removed `#/components/schemas/Preset` from the request body `allOf` list
  - added the new optional request property `pauseLength`
  - added the new optional request property `pauseLengthScale`
  - added the new optional request property `tempoDynamicsScale`
- **2024-10-05** `e86c0159e1bd` — 2 breaking, 13 warning
  - added `#/components/schemas/Preset` to the request body `allOf` list
  - the request's body type/format changed from `object`/`` to ``/``
  - removed the request property `id`
  - removed the request property `intonationScale`
  - removed the request property `name`
  - removed the request property `pauseLength`
  - removed the request property `pauseLengthScale`
  - removed the request property `pitchScale`
  - removed the request property `postPhonemeLength`
  - removed the request property `prePhonemeLength`
  - removed the request property `speaker_uuid`
  - removed the request property `speedScale`
  - removed the request property `style_id`
  - removed the request property `tempoDynamicsScale`
  - removed the request property `volumeScale`
- **2024-09-26** `179894d155aa` — 11 breaking, 1 warning, 3 info
  - added the new required request property `id`
  - added the new required request property `intonationScale`
  - added the new required request property `name`
  - added the new required request property `pitchScale`
  - added the new required request property `postPhonemeLength`
  - added the new required request property `prePhonemeLength`
  - added the new required request property `speaker_uuid`
  - added the new required request property `speedScale`
  - added the new required request property `style_id`
  - added the new required request property `volumeScale`
  - the request's body type/format changed from ``/`` to `object`/``
  - removed `#/components/schemas/Preset` from the request body `allOf` list
  - added the new optional request property `pauseLength`
  - added the new optional request property `pauseLengthScale`
  - added the new optional request property `tempoDynamicsScale`
- **2024-07-20** `eb97301b5bb3` — 2 info
  - added the new optional request property `allOf[subschema #1: Preset]/pauseLength`
  - added the new optional request property `allOf[subschema #1: Preset]/pauseLengthScale`
- **2024-07-09** `1d0fcadb80c5` — 2 warning, 1 info
  - removed the request property `allOf[subschema #1: Preset]/pauseLength`
  - removed the request property `allOf[subschema #1: Preset]/pauseLengthScale`
  - added the new optional request property `allOf[subschema #1: Preset]/tempoDynamicsScale`
- **2024-06-28** `3b94f9a50fd2` — 1 warning, 2 info
  - removed the request property `allOf[subschema #1: Preset]/tempoDynamicsScale`
  - added the new optional request property `allOf[subschema #1: Preset]/pauseLength`
  - added the new optional request property `allOf[subschema #1: Preset]/pauseLengthScale`
- **2024-05-09** `fd13ee3ebb92` — 1 warning, 1 info
  - removed the request property `allOf[subschema #1: Preset]/styleStrengthScale`
  - added the new optional request property `allOf[subschema #1: Preset]/tempoDynamicsScale`
- **2024-05-02** `7d46d11815c2` — 1 info
  - added the new optional request property `allOf[subschema #1: Preset]/styleStrengthScale`
- **2024-04-26** `907e5011a1aa` — 1 warning
  - removed the request property `allOf[subschema #1: Preset]/styleStrengthScale`
- **2024-03-30** `ac3a4e1af82f` — 1 info
  - added the new optional request property `allOf[subschema #1: Preset]/styleStrengthScale`
- **2024-03-26** `aeea77ff108d` — 2 breaking, 10 warning
  - added `#/components/schemas/Preset` to the request body `allOf` list
  - the request's body type/format changed from `object`/`` to ``/``
  - removed the request property `id`
  - removed the request property `intonationScale`
  - removed the request property `name`
  - removed the request property `pitchScale`
  - removed the request property `postPhonemeLength`
  - removed the request property `prePhonemeLength`
  - removed the request property `speaker_uuid`
  - removed the request property `speedScale`
  - removed the request property `style_id`
  - removed the request property `volumeScale`
- **2024-01-17** `1bed97d41915` — 5 warning, 3 info
  - removed the request property `pauseLength`
  - removed the request property `pauseLengthScale`
  - removed the request property `tempoDynamicsScale`
  - removed the optional property `detail/items/ctx` from the response with the `422` status
  - removed the optional property `detail/items/input` from the response with the `422` status
  - api operation id `add_preset` removed and replaced with `add_preset_add_preset_post`
  - api tag `その他` added
  - api tag `プリセット` removed

---

[Operation](https://skmtc.dev/aivis-project/apis/aivisspeech-engine/docs/add_preset/post.md) · [API](https://skmtc.dev/aivis-project/apis/aivisspeech-engine.md) · [Page](https://skmtc.dev/aivis-project/apis/aivisspeech-engine/changes/add_preset/post)
