# Datamuse Word Autocomplete Suggestions

> Datamuse Word Autocomplete Suggestions 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-15).

Returns word autocomplete suggestions for a given text prefix using the Datamuse API

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/datamuse-suggest
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/datamuse-word-autocomplete-suggestions-1b18ca09
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6rXgpbZ3Gy5cFEaqyxjEE

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-word-autocomplete-suggestions-1b18ca09 -d '<json body>'
```

Example prompt: Can you get me word autocomplete suggestions for the prefix 'inter'? I want to show typeahead options to my users as they type.

## When to prefer this

Use this endpoint when you need fast, lightweight word autocomplete or typeahead suggestions based on a text prefix. It is ideal for powering search boxes, text editors, or spelling assistants that need real-time word completion. Prefer this over a full dictionary lookup when you only have a partial word and need ranked completions.

## Known failure modes

- Missing or empty q parameter returns empty results or error
- Very unusual prefix with no matches returns empty array
- Network timeout or upstream Datamuse API unavailability
- Invalid query encoding for special characters

## How this service works

Word autocomplete suggestions for a prefix q. Query: ?q= Returns JSON.

## Output

A JSON array of word suggestions that match or complete the given prefix, suitable for use in typeahead or autocomplete UI components.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/datamuse-word-autocomplete-suggestions-1b18ca09/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)
