# Datamuse Hypernyms Lookup

> Datamuse Hypernyms Lookup 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-13).

Returns more general words (hypernyms) for a given input word using the Datamuse lexical API.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/datamuse-hypernyms
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/datamuse-hypernyms-lookup-e6bd68a6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PZulbYgr7HdhPesHOHh-_

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-hypernyms-lookup-e6bd68a6 -d '<json body>'
```

Example prompt: What are more general words for 'spaniel'? I need the hypernyms — the broader category terms that 'spaniel' falls under.

## When to prefer this

Use this endpoint when you need lexical hypernyms — semantically broader, more general category terms — for a specific English word, especially for NLP enrichment, ontology building, or semantic reasoning tasks. Prefer this over general thesaurus APIs when you specifically need the 'is-a' generalization relationship.

## Known failure modes

- Missing or empty 'word' parameter returns an error or empty result
- Unknown or misspelled word returns an empty hypernym list
- Word with no known hypernyms in Datamuse returns empty array
- Network timeout or service unavailability returns HTTP error
- Non-English or special-character words may yield no results

## How this service works

More general words (hypernyms) for a given word (param: word). Query: ?word= Returns JSON.

## Output

A JSON array of hypernyms (broader, more general words) for the queried input word, sourced from the Datamuse lexical database.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/datamuse-hypernyms-lookup-e6bd68a6/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)
