Create dictionary (create)
Create a new custom dictionary.
Creates a new dictionary.
The server assigns the numeric dictionary id.
What it does
Creates an empty dictionary, or seeds it with an initial wordlist.
Binds the dictionary to a
lang.Enforces unique
descriptionper account.
Required parameters
cmd
string
custom_dictionary
action
string
create
lang
string
Example: en_US
description
string
Must be unique per account
Optional parameters
wordlist
string
Comma-separated words to seed the dictionary
format
string
json (default) or xml
callback
string
JSONP wrapper (JSON only)
Request example
Response example
Possible errors
Description already used: see Errors reference.
Dictionary limit exceeded (HTTP 403).
Dictionary file too large (HTTP 409).
Notes and edge cases
wordlistis optional.Words already recognized as correct can be filtered out.
Save the returned
id. All follow-up actions need it.
Was this helpful?

