Skip to main content
POST
/
validate_kana
Validate AquesTalk-style notation
curl --request POST \
  --url https://api.example.com/validate_kana
true

Query Parameters

text
string
required

Text string to validate

Response

Successful Response

The response is of type boolean.

Last modified on May 27, 2026