---
title: "テキストが AquesTalk 風記法に従っているか判定する"
method: POST
path: "/validate_kana"
tags: ["その他"]
---

# テキストが AquesTalk 風記法に従っているか判定する

`POST /validate_kana`

テキストが AquesTalk 風記法に従っているかどうかを判定します。
従っていない場合はエラーが返ります。

## Query parameters

- `text` string, required — 判定する対象の文字列

## Response `200`

Successful Response

- boolean

## Other responses

- `400` — テキストが不正です
- `422` — Validation Error

## Changes

- **2024-01-17** `1bed97d41915` — 2 warning, 3 info
  - 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
  - api operation id `validate_kana` removed and replaced with `validate_kana_validate_kana_post`
  - api tag `その他` added
  - …1 more

[Change history](https://skmtc.dev/aivis-project/apis/aivisspeech-engine/changes/validate_kana/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.dev/aivis-project/apis/aivisspeech-engine/revisions/45e8a7c82ffc?raw)
