# clonecho English-to-Russian Machine Translation

> clonecho English-to-Russian 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 English text to Russian using the MyMemory translation engine, returning the result as JSON.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/translate-en-ru
- 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-russian-machine-translation-358a3f02
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8zQkY25P87l_thqgGahFf

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-russian-machine-translation-358a3f02 -d '<json body>'
```

Example prompt: Translate this English text to Russian for me: 'Our new product launches next week and we are excited to share it with the world.'

## When to prefer this

Use this endpoint when you need a quick, cost-effective English-to-Russian machine translation via a simple GET request with a pay-per-call model. Prefer this over full NLP platforms when you only need EN→RU translation without managing API keys or subscriptions.

## Known failure modes

- Missing or empty 'text' query parameter — may return an error or empty translation
- Text too long for MyMemory's translation limits — truncated or error response
- MyMemory API unavailable — upstream failure causing a 5xx or timeout
- Non-English source text passed — translation quality may degrade or be incorrect
- Payment not processed — x402 payment required before response is served

## How this service works

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

## Output

A JSON object containing the Russian translation of the provided English text, sourced from the MyMemory translation engine.

## More

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