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

# Get Presets

`GET /presets`

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

## Response `200`

プリセットのリスト

- Preset[]
  - `id` integer, required
  - `name` string, required
  - `speaker_uuid` string, required
  - `style_id` integer, required
  - `speedScale` number, required
  - `pitchScale` number, required
  - `intonationScale` number, required
  - `volumeScale` number, required
  - `prePhonemeLength` number, required
  - `postPhonemeLength` number, required

## Changes

- **2024-01-17** `1bed97d41915` — 3 warning, 3 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
  - removed the optional property `items/tempoDynamicsScale` from the response with the `200` status
  - api operation id `get_presets` removed and replaced with `get_presets_presets_get`
  - …2 more

[Change 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/e2fc361a5b2e?raw)
