# English to Portuguese Machine Translation (MyMemory)

> English to Portuguese Machine Translation (MyMemory) 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 Portuguese using the MyMemory translation engine, returning JSON with the translated result.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/translate-en-pt
- 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/english-to-portuguese-machine-translation-mymemory-9ef491eb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_u5TPzOc9oIn8fWsE2fd54

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 english-to-portuguese-machine-translation-mymemory-9ef491eb -d '<json body>'
```

Example prompt: Can you translate this English text to Portuguese 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, low-cost machine translation of English text into Portuguese and already have an x402-compatible payment flow. It is ideal for single-string or short-passage translation without needing to integrate directly with MyMemory or manage API keys.

## Known failure modes

- Empty or missing text parameter returns an error or empty translation
- Text exceeding MyMemory's character limits may be rejected or truncated
- Non-English source text may produce inaccurate or garbled translations since the endpoint is configured EN→PT only
- Network or upstream MyMemory API outage may cause failures
- Payment of $0.02 USDC required per call; insufficient funds cause 402 rejection

## How this service works

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

## Output

A JSON object containing the Portuguese translation of the submitted English text, powered by MyMemory's machine translation engine.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/english-to-portuguese-machine-translation-mymemory-9ef491eb/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)
