Add User Dict Word
Add User Dict Word
Add word to user dictionary.
Laravel Implementation Status: ✅ Persisted to JSON file with NativeUserDict (no fallback required)
POST
Add User Dict Word
Query Parameters
Surface form of the word
Pronunciation of the word (Katakana)
Accent type (indicates where the pitch drops)
One of PROPER_NOUN (proper noun), COMMON_NOUN (common noun), VERB, ADJECTIVE, or SUFFIX
Available options:
PROPER_NOUN, COMMON_NOUN, VERB, ADJECTIVE, SUFFIX Word priority (integer from 0 to 10). Larger numbers indicate higher priority. Values from 1 to 9 are recommended.
Required range:
0 <= x <= 10Response
Successful Response
The response is of type string.
Last modified on May 27, 2026