---
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

- **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-11** `c5651c641b9a` — 2 info
  - api tag `クエリ作成` added
  - api tag `その他` removed
- **2025-03-02** `d8b6a60f88af` — 3 info
  - api operation id `validate_kana_validate_kana_post` removed and replaced with `validate_kana`
  - api tag `その他` added
  - api tag `クエリ作成` removed
- **2025-01-04** `df13668c123d` — 2 info
  - api tag `クエリ作成` added
  - api tag `その他` removed
- **2025-01-03** `b7afc41080b3` — 2 info
  - api tag `その他` added
  - api tag `クエリ作成` removed

[Full 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-service-production.skmtc.workers.dev/v1/apis/aivis-project/aivisspeech-engine/revisions/1d935a3e31b8/schema)
