---
title: "Speaker Info"
method: GET
path: "/speaker_info"
tags: ["その他"]
---

# Speaker Info

`GET /speaker_info`

指定されたspeaker_uuidに関する情報をjson形式で返します。
画像や音声はbase64エンコードされたものが返されます。

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

## 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-17** `1bed97d41915` — 4 warning, 3 info
  - deleted the `query` request parameter `resource_format`
  - removed the optional property `detail/items/ctx` from the response with the `422` status
  - removed the optional property `detail/items/input` from the response with the `422` status
  - removed the optional property `style_infos/items/voice_sample_transcripts` from the response with the `200` status
  - …3 more

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