# clonecho English-to-Dutch Machine Translation

> clonecho English-to-Dutch Machine Translation 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).

Translates an English text string into Dutch using machine translation, returning the result as JSON.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/translate-en-nl
- 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/clonecho-english-to-dutch-machine-translation-47ae233c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iF4TUtXaly_dYS7GSkdJY

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 clonecho-english-to-dutch-machine-translation-47ae233c -d '<json body>'
```

Example prompt: Can you translate this English sentence into Dutch for me: 'The weather today is sunny and warm, perfect for a walk in the park'?

## When to prefer this

Use this endpoint when you need a quick, pay-per-call English-to-Dutch machine translation without a subscription or API key setup. Ideal for single-string translations where the source is English and the target is Dutch (nl), and cost-per-call billing is acceptable.

## Known failure modes

- Missing or empty q parameter returns an error or empty translation
- Very long input text may be truncated or rejected
- Non-English input may produce unexpected or low-quality translations
- Payment failure via x402 protocol blocks the request
- Network timeout if translation backend is slow

## How this service works

Machine translation of English text q into Dutch. Query: ?q= Returns JSON.

## Output

A JSON object containing the Dutch translation of the provided English input text.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clonecho-english-to-dutch-machine-translation-47ae233c/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)
