---
title: "指定したスタイルに対してエンジン内のキャラクターがモーフィングが可能か判定する"
method: POST
path: "/morphable_targets"
tags: ["音声合成"]
---

# 指定したスタイルに対してエンジン内のキャラクターがモーフィングが可能か判定する

`POST /morphable_targets`

指定されたベーススタイルに対してエンジン内の各キャラクターがモーフィング機能を利用可能か返します。<br>
モーフィングの許可/禁止は `/speakers `の `speaker.supported_features.synthesis_morphing` に記載されています。<br>
プロパティが存在しない場合は、モーフィングが許可されているとみなします。<br>
返り値のスタイル ID は string 型なので注意。<br>
AivisSpeech Engine では話者ごとに発声タイミングが異なる関係で実装不可能なため (動作こそするが聴くに耐えない) 、
全ての話者でモーフィングが禁止されています。

## Query parameters

- `core_version` string — AivisSpeech Engine ではサポートされていないパラメータです (常に無視されます) 。

## Request body

- integer[]

## Response `200`

Successful Response

- object[]

## Other responses

- `422` — Validation Error

## Changes

- **2026-03-31** `bd7182f25e54` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2025-03-02** `d8b6a60f88af` — 1 info
  - api operation id `morphable_targets_morphable_targets_post` removed and replaced with `morphable_targets`
- **2024-07-20** `eb97301b5bb3` — 1 breaking, 1 info
  - `query` request parameter `core_version` list-of-types was narrowed by removing types `null`
  - for the `query` request parameter `core_version`, the type/format was generalized from ``/`` to `string`/``
- **2024-07-09** `1d0fcadb80c5` — 2 info
  - `query` request parameter `core_version` list-of-types was widened by adding types `null`
  - for the `query` request parameter `core_version`, the type/format was generalized from `string`/`` to ``/``
- **2024-06-28** `3b94f9a50fd2` — 1 breaking, 1 info
  - `query` request parameter `core_version` list-of-types was narrowed by removing types `null`
  - for the `query` request parameter `core_version`, the type/format was generalized from ``/`` to `string`/``

[Full history](https://skmtc.dev/aivis-project/apis/aivisspeech-engine/changes/morphable_targets/post.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-service-production.skmtc.workers.dev/v1/apis/aivis-project/aivisspeech-engine/revisions/1d935a3e31b8/schema)
