---
title: "AivisSpeech Engine ではサポートされていない API です (常に 501 Not Implemented を返します)"
method: GET
path: "/singer_info"
tags: ["その他"]
---

# AivisSpeech Engine ではサポートされていない API です (常に 501 Not Implemented を返します)

`GET /singer_info`

## Query parameters

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

## Response `200`

Successful Response

- SpeakerInfo — 話者の追加情報
  - `policy` string, required
  - `portrait` string, required
  - `style_infos` StyleInfo[], required
    - `id` integer, required
    - `icon` string, required
    - `portrait` string, nullable
    - `voice_samples` string[], required
    - `voice_sample_transcripts` string[]

## Other responses

- `422` — Validation Error

## Changes

- **2024-05-02** `7d46d11815c2` — 1 breaking, 3 info
  - response property `style_infos/items/portrait` 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
  - added the optional property `style_infos/items/voice_sample_transcripts` to the response with the `200` status
- **2024-04-26** `907e5011a1aa` — 1 breaking, 1 warning, 2 info
  - `query` request parameter `core_version` list-of-types was narrowed by removing types `null`
  - removed the optional property `style_infos/items/voice_sample_transcripts` from the response with the `200` status
  - for the `query` request parameter `core_version`, the type was generalized from no type to `string`
  - response property `style_infos/items/portrait` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- **2024-04-25** `6ca52063e01c` — 1 info
  - added the optional property `style_infos/items/voice_sample_transcripts` to the response with the `200` status
- …earlier changes not shown

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