# Datamuse Synonyms via clonecho.builda.company

> Datamuse Synonyms via clonecho.builda.company is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns a list of synonyms for a given word using the Datamuse rel_syn relation

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/datamuse-synonyms
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/datamuse-synonyms-via-clonecho-builda-company-79d05dd1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZzEqM_AdXS39fOh5NHgb9

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability datamuse-synonyms-via-clonecho-builda-company-79d05dd1 -d '<json body>'
```

Example prompt: What are all the synonyms for the word 'melancholy'?

## When to prefer this

Choose this endpoint when you need a structured, machine-readable list of synonyms for a specific word, especially in automated writing, content enrichment, NLP pipelines, or vocabulary expansion tasks. Prefer this over general language model synonym generation when you want a curated, lexicographic data source (Datamuse) rather than probabilistic suggestions.

## Known failure modes

- Missing 'word' parameter returns an error or empty result
- Word not found in Datamuse database returns an empty array
- Network or payment (x402) failure returns a non-200 status
- Misspelled or invalid input word may return no synonyms

## How this service works

Synonyms for a given word using the Datamuse rel_syn relation (param: word). Query: ?word= Returns JSON.

## Output

A JSON array of synonym words related to the input word, sourced from the Datamuse rel_syn relation — each entry typically includes the word and a score indicating relevance.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/datamuse-synonyms-via-clonecho-builda-company-79d05dd1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
