---
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
- `resource_format` 'base64' | 'url'
- `core_version` string — AivisSpeech Engine ではサポートされていないパラメータです (常に無視されます) 。

## Response `200`

Successful Response

- SpeakerInfo — キャラクターの追加情報
  - `policy` string, required — policy.md
  - `portrait` string, required — アイコンを base64 エンコードしたもの、あるいは URL (「立ち絵画像を base64 エンコードしたもの」ではない点で VOICEVOX ENGINE と異なる)
  - `style_infos` StyleInfo[], required — スタイルの追加情報
    - `id` integer, required — スタイル ID
    - `icon` string, required — このスタイルのアイコンを base64 エンコードしたもの、あるいは URL
    - `portrait` string — AivisSpeech Engine では常に None を返す (「このスタイルの立ち絵画像を base64 エンコードしたもの」ではない点で VOICEVOX ENGINE と異なる)
    - `voice_samples` string[], required — ボイスサンプルの音声データを base64 エンコードしたもの、あるいは URL
    - `voice_sample_transcripts` string[] — ボイスサンプルの書き起こしテキスト (voice_samples の配列インデックスと対応し、存在しない場合は空文字列)

## Other responses

- `422` — Validation Error

## Changes

- **2026-03-31** `bd7182f25e54` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2025-03-11** `c5651c641b9a` — 3 info
  - api tag `話者情報` added
  - api tag `その他` removed
  - added the optional property `style_infos/items/voice_sample_transcripts` to the response with the `200` status
- **2025-03-02** `d8b6a60f88af` — 1 warning, 3 info
  - removed the optional property `style_infos/items/voice_sample_transcripts` from the response with the `200` status
  - api operation id `singer_info_singer_info_get` removed and replaced with `singer_info`
  - api tag `その他` added
  - api tag `話者情報` removed
- **2025-01-04** `df13668c123d` — 3 info
  - api tag `話者情報` added
  - api tag `その他` removed
  - added the optional property `style_infos/items/voice_sample_transcripts` to the response with the `200` status
- **2025-01-03** `b7afc41080b3` — 1 warning, 2 info
  - removed the optional property `style_infos/items/voice_sample_transcripts` from the response with the `200` status
  - api tag `その他` added
  - api tag `話者情報` removed

[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-service-production.skmtc.workers.dev/v1/apis/aivis-project/aivisspeech-engine/revisions/1d935a3e31b8/schema)
