メインコンテンツへスキップ
GET
/
engine_manifest
Engine Manifest
curl --request GET \
  --url https://api.example.com/engine_manifest
{
  "manifest_version": "<string>",
  "name": "<string>",
  "brand_name": "<string>",
  "uuid": "<string>",
  "url": "<string>",
  "icon": "<string>",
  "default_sampling_rate": 123,
  "frame_rate": 123,
  "terms_of_service": "<string>",
  "update_infos": [
    {
      "version": "<string>",
      "descriptions": [
        "<string>"
      ],
      "contributors": [
        "<string>"
      ]
    }
  ],
  "dependency_licenses": [
    {
      "name": "<string>",
      "text": "<string>",
      "version": "<string>",
      "license": "<string>"
    }
  ],
  "supported_features": {
    "adjust_mora_pitch": true,
    "adjust_phoneme_length": true,
    "adjust_speed_scale": true,
    "adjust_pitch_scale": true,
    "adjust_intonation_scale": true,
    "adjust_volume_scale": true,
    "interrogative_upspeak": true,
    "synthesis_morphing": true,
    "adjust_pause_length": true,
    "sing": true,
    "manage_library": true,
    "return_resource_url": true,
    "apply_katakana_english": true
  },
  "supported_vvlib_manifest_version": "<string>"
}

レスポンス

200 - application/json

Successful Response

エンジン自体に関する情報。

manifest_version
string
必須

マニフェストのバージョン

name
string
必須

エンジン名

brand_name
string
必須

ブランド名

uuid
string
必須

エンジンのUUID

url
string
必須

エンジンのURL

icon
string
必須

エンジンのアイコンをBASE64エンコードしたもの

default_sampling_rate
integer
必須

デフォルトのサンプリング周波数

frame_rate
number
必須

エンジンのフレームレート

terms_of_service
string
必須

エンジンの利用規約

update_infos
UpdateInfo · object[]
必須

エンジンのアップデート情報

dependency_licenses
LicenseInfo · object[]
必須

依存関係のライセンス情報

supported_features
SupportedFeatures · object
必須

エンジンが持つ機能

supported_vvlib_manifest_version
string

エンジンが対応するvvlibのバージョン

最終更新日 2026年5月27日