Your agent improvises definitions; this returns real entries, phonetics, and examples from Wiktionary.
Knowledge & Reference
Looks up word definitions, phonetics, pronunciation, and synonyms and antonyms in English and other languages. Returns all senses and parts of speech for the word.
You need an authoritative definition or pronunciation of an English word instead of improvising one.
Translating between languages, a thesaurus-first synonym dump, deep etymology, spell-correction, or a word-of-the-day.
information
Returns the word's definitions, phonetics, pronunciation audio, synonyms, antonyms, and examples, with source credit and links. Not a downloadable file.
Skills run through one gateway with your Faro token. Hand it an intent in plain language; Faro routes to the right sub-skill, runs it, and bills per call.
curl -X POST "https://skill.askfaro.com/skills/dictionary/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"prompt":"What does \"ephemeral\" mean?"}}'Example requests