---
title: "Get Presets"
method: GET
path: "/presets"
tags: ["その他"]
---

# Get Presets

`GET /presets`

エンジンが保持しているプリセットの設定を返します

## Response `200`

プリセットのリスト

- Preset[]
  - `id` integer, required — プリセットID
  - `name` string, required — プリセット名
  - `speaker_uuid` string, required — キャラクターのUUID
  - `style_id` integer, required — スタイルID
  - `speedScale` number, required — 全体の話速
  - `pitchScale` number, required — 全体の音高
  - `intonationScale` number, required — 全体の抑揚
  - `volumeScale` number, required — 全体の音量
  - `prePhonemeLength` number, required — 音声の前の無音時間
  - `postPhonemeLength` number, required — 音声の後の無音時間
  - `pauseLength` number — 句読点などの無音時間
  - `pauseLengthScale` number — 句読点などの無音時間（倍率）

## Changes

- **2024-10-05** `e86c0159e1bd` — 1 warning
  - removed the optional property `items/tempoDynamicsScale` from the response with the `200` status
- **2024-07-20** `eb97301b5bb3` — 2 info
  - added the optional property `items/pauseLength` to the response with the `200` status
  - added the optional property `items/pauseLengthScale` to the response with the `200` status
- **2024-07-09** `1d0fcadb80c5` — 2 warning, 1 info
  - removed the optional property `items/pauseLength` from the response with the `200` status
  - removed the optional property `items/pauseLengthScale` from the response with the `200` status
  - added the optional property `items/tempoDynamicsScale` to the response with the `200` status
- **2024-06-28** `3b94f9a50fd2` — 1 warning, 2 info
  - removed the optional property `items/tempoDynamicsScale` from the response with the `200` status
  - added the optional property `items/pauseLength` to the response with the `200` status
  - added the optional property `items/pauseLengthScale` to the response with the `200` status
- **2024-05-09** `fd13ee3ebb92` — 1 warning, 1 info
  - removed the optional property `items/styleStrengthScale` from the response with the `200` status
  - added the optional property `items/tempoDynamicsScale` to the response with the `200` status

[Full history](https://skmtc.dev/aivis-project/apis/aivisspeech-engine/changes/presets/get.md)

---

[API](https://skmtc.dev/aivis-project/apis/aivisspeech-engine.md) · [All operations](https://skmtc.dev/aivis-project/apis/aivisspeech-engine/llms.txt) · [OpenAPI document](https://skmtc.dev/aivis-project/apis/aivisspeech-engine/revisions/e86c0159e1bd?raw)
