# English to Arabic Machine Translation

> English to Arabic 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 into Arabic using machine translation, returning the result as JSON.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/translate-en-ar
- 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/english-to-arabic-machine-translation-73ed5794
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OyeyWTbRqdqqqx_A2lokB

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-arabic-machine-translation-73ed5794 -d '<json body>'
```

Example prompt: Translate this English sentence into Arabic for me: 'Welcome to our platform, we hope you enjoy your experience.'

## When to prefer this

Use this endpoint when you need a quick, on-demand English-to-Arabic machine translation via a simple GET request with a text query parameter, especially in automated pipelines that charge per call and need JSON output. Prefer this over full localization platforms when you need a lightweight, pay-per-use translation without managing API keys or subscriptions.

## Known failure modes

- Missing or empty q parameter returns an error or empty result
- Very long input strings may be truncated or rejected
- Non-English input may produce poor-quality or unexpected translations
- Payment failure (402) if USDC payment is not properly attached
- Network timeout for large text inputs

## How this service works

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

## Output

A JSON object containing the Arabic translation of the submitted English text string.

## More

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