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

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

`POST /morphable_targets`

指定されたベーススタイルに対してエンジン内の各キャラクターがモーフィング機能を利用可能か返します。

モーフィングの許可/禁止は`/speakers`の`speaker.supported_features.synthesis_morphing`に記載されています。
プロパティが存在しない場合は、モーフィングが許可されているとみなします。
返り値のスタイルIDはstring型なので注意。

## Query parameters

- `core_version` string

## Request body

- integer[]

## Response `200`

Successful Response

- object[]

## Other responses

- `422` — Validation Error

## Changes

- **2025-03-02** `d8b6a60f88af` — 1 info
  - api operation id `morphable_targets_morphable_targets_post` removed and replaced with `morphable_targets`
- **2024-01-17** `98b1b5ed5d83` — 1 breaking
  - response property `detail/items/loc/items/` list-of-types was widened by adding types `integer` to media type `application/json` of response `422`
- **2023-01-25** `f7e53c9bea9f` — 1 info
  - endpoint added
- **2021-08-01** `54e3a135bccf` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/voicevox/apis/voicevox-engine-oss/changes/morphable_targets/post.md)

---

[API](https://skmtc.dev/voicevox/apis/voicevox-engine-oss.md) · [All operations](https://skmtc.dev/voicevox/apis/voicevox-engine-oss/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/voicevox/voicevox-engine-oss/revisions/fbe86976d6b9/schema)
