# clonecho English-to-Hindi Machine Translation

> clonecho English-to-Hindi 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 an English text string into Hindi using machine translation, returning the result as JSON.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/translate-en-hi
- 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-hindi-machine-translation-1e28e5dc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CPP5IxPyxSuYlb6PjI2wv

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-hindi-machine-translation-1e28e5dc -d '<json body>'
```

Example prompt: Translate this English sentence into Hindi: 'Please confirm your order before proceeding to checkout.'

## When to prefer this

Use this endpoint when you need a quick, on-demand English-to-Hindi machine translation via a simple GET request with a pay-per-call model ($0.02 USDC), especially in agentic workflows where you don't want to manage a full NLP API subscription. Ideal for single-sentence or short-paragraph translations into Hindi without requiring authentication setup.

## Known failure modes

- Missing or empty q parameter returns an error or empty translation
- Very long input text may be truncated or rejected
- Non-English input in q may produce poor or nonsensical Hindi output
- Payment not completed results in HTTP 402 and no translation returned
- Network timeout if the translation service is slow to respond

## How this service works

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

## Output

A JSON object containing the Hindi translation of the provided English input text.

## More

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