User custom dictionary API
Overview of user custom dictionary API
Last updated
Was this helpful?
Overview of user custom dictionary API
Use the User Dictionary API to manage end-user wordlists.
Words in a user dictionary are treated as correct during spellcheck.
Create and delete dictionaries.
Add, delete, and edit words.
Rename dictionaries.
Check dictionary availability.
Fetch a dictionary wordlist.
Replace a dictionary wordlist.
Use User dictionary when the wordlist is:
Owned by an end user
Mutable at runtime
Not tied to a language
Use Custom dictionary API when the wordlist is:
Owned by your organization
Shared across many users
Managed by admins
Dictionary name rules:
Max 50 characters
Use Latin letters, digits, and underscores
Word rules:
Max 63 characters per word
No spaces or punctuation
Dictionary size is limited. One dictionary is capped at 50 KB (about 10k words).
Create dictionary
Delete dictionary
Rename dictionary
Check dictionary
Add word(s)
Delete word(s)
Edit word
Get dictionary content
Replace dictionary content
Last updated
Was this helpful?
Was this helpful?

