← Back to catalog
dictionary.define
live upstream$0.001 / callDefine a Word
Get word definition — phonetic pronunciation, part of speech, definitions with examples, synonyms, antonyms, audio URL. Supports 12 languages: en, es, fr, de, it, pt, ru, ar, hi, ja, ko, zh (Free Dictionary API)
Input schema
wordrequired
stringWord to define (e.g. "algorithm", "serendipity", "ubuntu")
language
stringLanguage code: en, es, fr, de, it, pt, ru, ar, hi, ja, ko, zh (default: en)
Call via REST
curl -X POST https://unifyapi.pro/api/call/dictionary.define \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"word":"<word>","language":"en"}'