# clonecho English-to-Italian Machine Translation

> clonecho English-to-Italian 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-13).

Translates an English text string to Italian using the MyMemory translation engine, returning the result as JSON.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/translate-en-it
- 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/clonecho-english-to-italian-machine-translation-3432988e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DHtOlYZvR1Cr_VXjsvdoP

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-italian-machine-translation-3432988e -d '<json body>'
```

Example prompt: Can you translate this English sentence to Italian for me: 'The museum opens at nine in the morning and closes at six in the evening'?

## When to prefer this

Use this endpoint when you need a quick, low-cost English-to-Italian machine translation without setting up a dedicated translation API key. It is ideal for single-string translations in automated workflows, content localization pipelines, or agent tasks requiring Italian output from English input.

## Known failure modes

- Empty or missing 'text' parameter returns an error or empty translation
- Very long text may exceed MyMemory's character limits and return a partial or error response
- MyMemory API rate limits or downtime result in a failed translation
- Non-English input text may produce inaccurate or garbled Italian output
- Special characters or markup in the text may not be handled correctly

## How this service works

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

## Output

A JSON object containing the Italian translation of the submitted English text, powered by the MyMemory translation API.

## More

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