メインコンテンツへスキップ
GET
/
downloadable_libraries
Downloadable Libraries
curl --request GET \
  --url https://api.example.com/downloadable_libraries
[
  {
    "name": "<string>",
    "uuid": "<string>",
    "version": "<string>",
    "download_url": "<string>",
    "bytes": 123,
    "speakers": [
      {
        "speaker": {
          "name": "<string>",
          "speaker_uuid": "<string>",
          "styles": [
            {
              "name": "<string>",
              "id": 123,
              "type": "talk"
            }
          ],
          "version": "<string>",
          "supported_features": {
            "permitted_synthesis_morphing": "ALL"
          }
        },
        "speaker_info": {
          "policy": "<string>",
          "portrait": "<string>",
          "style_infos": [
            {
              "id": 123,
              "icon": "<string>",
              "voice_samples": [
                "<string>"
              ],
              "portrait": "<string>"
            }
          ]
        }
      }
    ]
  }
]

レスポンス

200 - application/json

ダウンロード可能な音声ライブラリの情報リスト

name
string
必須

音声ライブラリの名前

uuid
string
必須

音声ライブラリのUUID

version
string
必須

音声ライブラリのバージョン

download_url
string
必須

音声ライブラリのダウンロードURL

bytes
integer
必須

音声ライブラリのバイト数

speakers
LibrarySpeaker · object[]
必須

音声ライブラリに含まれるキャラクターのリスト

最終更新日 2026年5月27日