---
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
- `core_version` string, nullable

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

## Other responses

- `422` — Validation Error

## Changes

- **2024-03-22** `ef4da11d01e0` — 1 breaking, 2 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
- **2024-01-31** `2aeffeaee726` — 1 info
  - endpoint added
- **2024-01-17** `1bed97d41915` — 1 breaking
  - api path removed without deprecation

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