---
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
  - `url` string, required
  - `icon` string, required
  - `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, nullable
    - `license` string, nullable
    - `text` string, required
  - `supported_vvlib_manifest_version` string, nullable
  - `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
    - `interrogative_upspeak` boolean, required
    - `synthesis_morphing` boolean, required
    - `sing` boolean, nullable
    - `manage_library` boolean, nullable

## Changes

- **2024-05-09** `fd13ee3ebb92` — 1 warning, 1 info
  - removed the optional property `supported_aivm_manifest_version` from the response with the `200` status
  - added the optional property `supported_vvlib_manifest_version` to the response with the `200` status
- **2024-05-02** `7d46d11815c2` — 4 breaking, 1 warning, 2 info
  - response property `dependency_licenses/items/license` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `dependency_licenses/items/version` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `supported_features/allOf[subschema #1: SupportedFeatures]/manage_library` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `supported_features/allOf[subschema #1: SupportedFeatures]/sing` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - …3 more
- …earlier changes not shown

[Full history](https://skmtc.dev/aivis-project/apis/aivisspeech-engine/changes/engine_manifest/get.md)

---

[API](https://skmtc.dev/aivis-project/apis/aivisspeech-engine.md) · [All operations](https://skmtc.dev/aivis-project/apis/aivisspeech-engine/llms.txt) · [OpenAPI document](https://skmtc.dev/aivis-project/apis/aivisspeech-engine/revisions/715f105554e0?raw)
