---
title: "Speakers"
method: GET
path: "/speakers"
tags: ["その他"]
---

# Speakers

`GET /speakers`

## Query parameters

- `core_version` string, nullable — AivisSpeech Engine ではサポートされていないパラメータです (常に無視されます) 。

## Response `200`

Successful Response

- Speaker[]
  - `supported_features` SpeakerSupportedFeatures — 話者の対応機能の情報
    - `permitted_synthesis_morphing` 'ALL' | 'SELF_ONLY' | 'NOTHING'
  - `name` string, required
  - `speaker_uuid` string, required
  - `styles` SpeakerStyle[], required
    - `name` string, required
    - `id` integer, required
    - `type` 'talk' | 'singing_teacher' | 'frame_decode' | 'sing', nullable
  - `version` string

## Other responses

- `422` — Validation Error

## Changes

- **2024-03-22** `ef4da11d01e0` — 1 breaking, 6 info
  - response property `items/styles/items/type` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - `query` request parameter `core_version` list-of-types was widened by adding types `null`
  - for the `query` request parameter `core_version`, the type was generalized from `string` to no type
  - removed the `frame_decode` enum value from the `items/styles/items/type` response property for the response status `200`
  - …3 more
- **2024-01-31** `2aeffeaee726` — 2 warning, 2 info
  - added the new `frame_decode` enum value to the `items/styles/items/type` response property for the response status `200`
  - added the new `singing_teacher` enum value to the `items/styles/items/type` response property for the response status `200`
  - removed the `humming` enum value from the `items/styles/items/type` response property for the response status `200`
  - removed the `sing_teacher` enum value from the `items/styles/items/type` response property for the response status `200`
- **2024-01-28** `2e8475c446af` — 1 warning, 1 info
  - added the new `sing` enum value to the `items/styles/items/type` response property for the response status `200`
  - the `type` response's property default value `talk` was added for the status `200`
- **2024-01-22** `ba5021ec9a6d` — 1 info
  - added the optional property `items/styles/items/type` to the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/aivis-project/apis/aivisspeech-engine/changes/speakers/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)
