---
title: "Changes to テキストからアクセント句を得る"
method: POST
path: "/accent_phrases"
---

# Changes to テキストからアクセント句を得る

`POST /accent_phrases`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 16 of 50 revisions.

- **2026-07-17** `1d935a3e31b8` — 1 info
- **2026-03-31** `bd7182f25e54` — 2 info
- **2025-03-02** `d8b6a60f88af` — 1 info
- **2024-10-29** `54501f4624fd` — 1 breaking, 7 info
- **2024-10-05** `e86c0159e1bd` — 5 breaking, 2 warning, 1 info
- **2024-09-26** `179894d155aa` — 1 breaking, 7 info
- **2024-07-20** `eb97301b5bb3` — 1 breaking, 5 info
- **2024-07-09** `1d0fcadb80c5` — 2 breaking, 4 info
- **2024-06-28** `3b94f9a50fd2` — 1 breaking, 5 info
- **2024-05-02** `7d46d11815c2` — 2 breaking, 4 info
- **2024-04-26** `907e5011a1aa` — 1 breaking, 5 info
- **2024-03-22** `ef4da11d01e0` — 2 breaking, 4 info
- **2024-01-28** `2e8475c446af` — 1 breaking, 1 warning, 1 info
- **2024-01-22** `ba5021ec9a6d` — 3 info
- **2024-01-20** `2a8c9cc0823a` — 1 breaking, 1 warning, 1 info
- **2024-01-17** `1bed97d41915` — 5 breaking, 5 warning, 5 info

## Changes

- **2026-07-17** `1d935a3e31b8` — 1 info
  - added the new optional `query` request parameter `enable_katakana_english`
- **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 `accent_phrases_accent_phrases_post` removed and replaced with `accent_phrases`
- **2024-10-29** `54501f4624fd` — 1 breaking, 7 info
  - the `items/pause_mora` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `items/pause_mora/consonant` to the response with the `200` status
  - added the optional property `items/pause_mora/consonant_length` to the response with the `200` status
  - removed `#/components/schemas/Mora` from the `items/pause_mora` response property `allOf` list for the response status `200`
  - added the required property `items/pause_mora/pitch` to the response with the `200` status
  - added the required property `items/pause_mora/text` to the response with the `200` status
  - added the required property `items/pause_mora/vowel` to the response with the `200` status
  - added the required property `items/pause_mora/vowel_length` to the response with the `200` status
- **2024-10-05** `e86c0159e1bd` — 5 breaking, 2 warning, 1 info
  - the `items/pause_mora` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `items/pause_mora/pitch` from the response with the `200` status
  - removed the required property `items/pause_mora/text` from the response with the `200` status
  - removed the required property `items/pause_mora/vowel` from the response with the `200` status
  - removed the required property `items/pause_mora/vowel_length` from the response with the `200` status
  - removed the optional property `items/pause_mora/consonant` from the response with the `200` status
  - removed the optional property `items/pause_mora/consonant_length` from the response with the `200` status
  - added `#/components/schemas/Mora` to the `items/pause_mora` response property `allOf` list for the response status `200`
- **2024-09-26** `179894d155aa` — 1 breaking, 7 info
  - the `items/pause_mora` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `items/pause_mora/consonant` to the response with the `200` status
  - added the optional property `items/pause_mora/consonant_length` to the response with the `200` status
  - removed `#/components/schemas/Mora` from the `items/pause_mora` response property `allOf` list for the response status `200`
  - added the required property `items/pause_mora/pitch` to the response with the `200` status
  - added the required property `items/pause_mora/text` to the response with the `200` status
  - added the required property `items/pause_mora/vowel` to the response with the `200` status
  - added the required property `items/pause_mora/vowel_length` to the response with the `200` status
- **2024-07-20** `eb97301b5bb3` — 1 breaking, 5 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`/``
  - added `#/components/schemas/Mora` to the `items/pause_mora` response property `allOf` list for the response status `200`
  - removed `#/components/schemas/Mora, subschema #2` from the `items/pause_mora` response property `anyOf` list for the response status `200`
  - response property `items/moras/items/consonant` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `items/moras/items/consonant_length` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- **2024-07-09** `1d0fcadb80c5` — 2 breaking, 4 info
  - response property `items/moras/items/consonant` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `items/moras/items/consonant_length` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - `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 ``/``
  - removed `#/components/schemas/Mora` from the `items/pause_mora` response property `allOf` list for the response status `200`
  - added `#/components/schemas/Mora, subschema #2` to the `items/pause_mora` response property `anyOf` list for the response status `200`
- **2024-06-28** `3b94f9a50fd2` — 1 breaking, 5 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`/``
  - added `#/components/schemas/Mora` to the `items/pause_mora` response property `allOf` list for the response status `200`
  - removed `#/components/schemas/Mora, subschema #2` from the `items/pause_mora` response property `anyOf` list for the response status `200`
  - response property `items/moras/items/consonant` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `items/moras/items/consonant_length` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- **2024-05-02** `7d46d11815c2` — 2 breaking, 4 info
  - response property `items/moras/items/consonant` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `items/moras/items/consonant_length` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - `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 ``/``
  - removed `#/components/schemas/Mora` from the `items/pause_mora` response property `allOf` list for the response status `200`
  - added `#/components/schemas/Mora, subschema #2` to the `items/pause_mora` response property `anyOf` list for the response status `200`
- **2024-04-26** `907e5011a1aa` — 1 breaking, 5 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`/``
  - added `#/components/schemas/Mora` to the `items/pause_mora` response property `allOf` list for the response status `200`
  - removed `#/components/schemas/Mora, subschema #2` from the `items/pause_mora` response property `anyOf` list for the response status `200`
  - response property `items/moras/items/consonant` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `items/moras/items/consonant_length` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- **2024-03-22** `ef4da11d01e0` — 2 breaking, 4 info
  - response property `items/moras/items/consonant` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `items/moras/items/consonant_length` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - `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 ``/``
  - removed `#/components/schemas/Mora` from the `items/pause_mora` response property `allOf` list for the response status `200`
  - added `#/components/schemas/Mora, subschema #2` to the `items/pause_mora` response property `anyOf` list for the response status `200`
- **2024-01-28** `2e8475c446af` — 1 breaking, 1 warning, 1 info
  - the `query` request parameter `speaker` became required
  - deleted the `query` request parameter `style_id`
  - `query` request parameter `speaker` was reactivated
- **2024-01-22** `ba5021ec9a6d` — 3 info
  - added the new optional `query` request parameter `style_id`
  - the `query` request parameter `speaker` became optional
  - `query` request parameter `speaker` was deprecated
- **2024-01-20** `2a8c9cc0823a` — 1 breaking, 1 warning, 1 info
  - the `query` request parameter `speaker` became required
  - deleted the `query` request parameter `style_id`
  - `query` request parameter `speaker` was reactivated
- **2024-01-17** `1bed97d41915` — 5 breaking, 5 warning, 5 info
  - the `items/pause_mora` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `items/pause_mora/pitch` from the response with the `200` status
  - removed the required property `items/pause_mora/text` from the response with the `200` status
  - removed the required property `items/pause_mora/vowel` from the response with the `200` status
  - removed the required property `items/pause_mora/vowel_length` from the response with the `200` status
  - deleted the `query` request parameter `enable_katakana_english`
  - removed the optional property `detail/items/ctx` from the response with the `422` status
  - removed the optional property `detail/items/input` from the response with the `422` status
  - removed the optional property `items/pause_mora/consonant` from the response with the `200` status
  - removed the optional property `items/pause_mora/consonant_length` from the response with the `200` status
  - api operation id `accent_phrases` removed and replaced with `accent_phrases_accent_phrases_post`
  - added the new optional `query` request parameter `style_id`
  - the `query` request parameter `speaker` became optional
  - `query` request parameter `speaker` was deprecated
  - added `#/components/schemas/Mora` to the `items/pause_mora` response property `allOf` list for the response status `200`

---

[Operation](https://skmtc.dev/aivis-project/apis/aivisspeech-engine/docs/accent_phrases/post.md) · [API](https://skmtc.dev/aivis-project/apis/aivisspeech-engine.md) · [Page](https://skmtc.dev/aivis-project/apis/aivisspeech-engine/changes/accent_phrases/post)
