Back to Services
Basic Trustrest
Dictionary API — Word Definitions
Get definitions, phonetics, synonyms, antonyms, and usage examples for any English word. Free dictionary with audio pronunciations.
Total Calls
2
Success Rate
100.0%
Avg Latency
62ms
Capabilities
dictionarydefinitionslanguageenglishreferencenlp
Quick Integration
Call this service through the Agent Clear proxy
// Call Dictionary API — Word Definitions through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/20d47402-afa8-41d0-a6a8-af0caa06960e',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"required": [
"word"
],
"properties": {
"word": {
"type": "string",
"description": "English word to define"
}
}
}Output Schema
{
"type": "object"
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 60 req/min
- Trust Score
- 0.5
- Registered
- Mar 10, 2026
- Last Updated
- Mar 10, 2026