UnifyAPI
← Back to catalog

dictionary.define

live upstream$0.001 / call

Define 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)

Educationprovider: Dictionary#dictionary#language

Input schema

wordrequired

Word to define (e.g. "algorithm", "serendipity", "ubuntu")

string
language

Language code: en, es, fr, de, it, pt, ru, ar, hi, ja, ko, zh (default: en)

string

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"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.