メインコンテンツへスキップ
GET
/
singers
Singers
curl --request GET \
  --url https://api.example.com/singers
[
  {
    "name": "<string>",
    "speaker_uuid": "<string>",
    "styles": [
      {
        "name": "<string>",
        "id": 123,
        "type": "talk"
      }
    ],
    "version": "<string>",
    "supported_features": {
      "permitted_synthesis_morphing": "ALL"
    }
  }
]

クエリパラメータ

core_version
string

レスポンス

Successful Response

name
string
必須

名前

speaker_uuid
string
必須

キャラクターのUUID

styles
SpeakerStyle · object[]
必須

スタイルの一覧

version
string
必須

キャラクターのバージョン

supported_features
SpeakerSupportedFeatures · object

キャラクターの対応機能

最終更新日 2026年5月27日