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

# Speaker Info

`GET /speaker_info`

UUID で指定された喋れるキャラクターの情報を返します。

画像や音声はresource_formatで指定した形式で返されます。

## Query parameters

- `speaker_uuid` string, required
- `resource_format` 'base64' | 'url'
- `core_version` string

## Response `200`

Successful Response

- SpeakerInfo — キャラクターの追加情報
  - `policy` string, required — policy.md
  - `portrait` string, required — 立ち絵画像をbase64エンコードしたもの、あるいはURL
  - `style_infos` StyleInfo[], required — スタイルの追加情報
    - `id` integer, required — スタイルID
    - `icon` string, required — このスタイルのアイコンをbase64エンコードしたもの、あるいはURL
    - `portrait` string — このスタイルの立ち絵画像をbase64エンコードしたもの、あるいはURL
    - `voice_samples` string[], required — サンプル音声をbase64エンコードしたもの、あるいはURL

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/voicevox/apis/voicevox-engine-oss.md) · [All operations](https://skmtc.net/voicevox/apis/voicevox-engine-oss/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voicevox/voicevox-engine-oss/versions/fbe86976d6b9/schema)
