# clonecho English-to-Simplified-Chinese Machine Translation

> clonecho English-to-Simplified-Chinese Machine Translation is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status down (last checked 2026-08-24).

Translates English text to Simplified Chinese using MyMemory translation engine, returning the translated text as JSON.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/translate-en-zh
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-08-24
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clonecho-english-to-simplified-chinese-machine-translation-35ca374e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tcby2682xO4IWvOsbc7MW

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-simplified-chinese-machine-translation-35ca374e -d '<json body>'
```

Example prompt: Translate this English text to Simplified Chinese for me: 'Our new product launches next quarter and we are excited to share it with our customers.'

## When to prefer this

Choose this endpoint when you need a quick, cost-effective English-to-Simplified-Chinese machine translation via a simple GET request with a text parameter. It is ideal for lightweight localization tasks, content translation pipelines, or applications targeting Chinese-speaking audiences, especially when deep customization or neural translation quality is not critical.

## Known failure modes

- Empty or missing 'text' parameter returns an error or empty translation
- Very long text may exceed MyMemory API limits and return a truncated or failed result
- MyMemory API rate limits or downtime may cause upstream translation failures
- Non-English input may produce unexpected or low-quality translation output
- Special characters or HTML in the text may not be handled correctly

## How this service works

Machine translation of English text to Simplified Chinese via MyMemory (param: text). Query: ?text= Returns JSON.

## Output

A JSON object containing the Simplified Chinese translation of the provided English input text, powered by the MyMemory translation engine.

## More

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