Help writers find contrasting words to strengthen their content.
Writers often need words with opposite meanings to create contrast, emphasize points, or vary their vocabulary. Finding the right antonym can interrupt the writing flow.
Provide instant antonym suggestions while writing. Help users find contrasting words without leaving their document or breaking concentration.
const res = await fetch("https://api.apiverve.com/v1/antonym?word=happy", {
headers: { "x-api-key": "YOUR_API_KEY" },
});
const { data } = await res.json();
console.log(data);