---
title: "Engine Manifest"
method: GET
path: "/engine_manifest"
tags: ["その他"]
---

# Engine Manifest

`GET /engine_manifest`

エンジンマニフェストを取得します。

## Response `200`

Successful Response

- EngineManifest — エンジン自体に関する情報。
  - `manifest_version` string, required — マニフェストのバージョン
  - `name` string, required — エンジン名
  - `brand_name` string, required — ブランド名
  - `uuid` string, required — エンジンのUUID
  - `url` string, required — エンジンのURL
  - `icon` string, required — エンジンのアイコンをBASE64エンコードしたもの
  - `default_sampling_rate` integer, required — デフォルトのサンプリング周波数
  - `frame_rate` number, required — エンジンのフレームレート
  - `terms_of_service` string, required — エンジンの利用規約
  - `update_infos` UpdateInfo[], required — エンジンのアップデート情報
    - `version` string, required — エンジンのバージョン名
    - `descriptions` string[], required — アップデートの詳細についての説明
    - `contributors` string[] — 貢献者名
  - `dependency_licenses` LicenseInfo[], required — 依存関係のライセンス情報
    - `name` string, required — 依存ライブラリ名
    - `version` string — 依存ライブラリのバージョン
    - `license` string — 依存ライブラリのライセンス名
    - `text` string, required — 依存ライブラリのライセンス本文
  - `supported_vvlib_manifest_version` string — エンジンが対応するvvlibのバージョン
  - `supported_features` SupportedFeatures, required — エンジンが持つ機能の一覧。
    - `adjust_mora_pitch` boolean, required — モーラごとの音高の調整
    - `adjust_phoneme_length` boolean, required — 音素ごとの長さの調整
    - `adjust_speed_scale` boolean, required — 全体の話速の調整
    - `adjust_pitch_scale` boolean, required — 全体の音高の調整
    - `adjust_intonation_scale` boolean, required — 全体の抑揚の調整
    - `adjust_volume_scale` boolean, required — 全体の音量の調整
    - `adjust_pause_length` boolean — 句読点などの無音時間の調整
    - `interrogative_upspeak` boolean, required — 疑問文の自動調整
    - `synthesis_morphing` boolean, required — 2種類のスタイルでモーフィングした音声を合成
    - `sing` boolean — 歌唱音声合成
    - `manage_library` boolean — 音声ライブラリのインストール・アンインストール
    - `return_resource_url` boolean — キャラクター情報のリソースを URL で返送
    - `apply_katakana_english` boolean — 未知の英単語をカタカナ読みに変換

---

[API](https://skmtc.net/aivis-project/apis/aivisspeech-engine.md) · [All operations](https://skmtc.net/aivis-project/apis/aivisspeech-engine/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aivis-project/aivisspeech-engine/versions/1d935a3e31b8/schema)
