Once you have built and tested your dictionary and tuned it for your purposes, you can include it into your application’s system. Here are some ideas:
Your newly created dictionary can be used through several of MeaningCloud's APIs through the parameter ud
:
The request to any of these APIs must be made entering in the key parameter the API key of the user who created the dictionary. Otherwise, the response will not take into account the dictionary.
Dictionaries are referenced using their ID or name, both available in the Settings section. The only exception to this are the dictionaries with language 'other', which need to be referenced by their ID.
MeaningCloud provides a series of clients to interface its APIs. You can use the clients in any of the different languages to include your dictionary in your application.