---
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

- **2025-03-02** `d8b6a60f88af` — 1 info
  - api operation id `get_presets_presets_get` removed and replaced with `get_presets`
- **2024-06-28** `3b94f9a50fd2` — 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
- **2021-11-06** `805081dba346` — 1 info
  - endpoint added
- **2021-08-01** `54e3a135bccf` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/voicevox/apis/voicevox-engine-oss/changes/presets/get.md)

---

[API](https://skmtc.dev/voicevox/apis/voicevox-engine-oss.md) · [All operations](https://skmtc.dev/voicevox/apis/voicevox-engine-oss/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/voicevox/voicevox-engine-oss/revisions/fbe86976d6b9/schema)
