# GEDX402 Indic Language Translator

> GEDX402 Indic Language Translator is a paid API for AI agents from embed.gedx402.com, paid per call via x402, $0.013/call, status unknown (last checked 2026-09-15).

Translates text into or from Indic languages using Workers AI, paid per-call with USDC via x402

## Facts

- Endpoint: GET https://embed.gedx402.com/v1/translate/indic
- Price: $0.013/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-indic-language-translator-9a141b6a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_g4fAGfpyl8TyHYKGfUUgL

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 gedx402-indic-language-translator-9a141b6a
```

Example prompt: Translate this English sentence into Hindi using the Indic translator: 'The weather today is very pleasant and sunny.'

## When to prefer this

Choose this endpoint when you need low-cost, no-API-key machine translation specifically involving Indic languages (Hindi, Bengali, Tamil, Telugu, Marathi, Gujarati, Kannada, Malayalam, Punjabi, Odia, Urdu, etc.) and can pay per-call in USDC on Base, Polygon, Arbitrum, World, or Solana via the x402 payment protocol.

## Known failure modes

- Unsupported language code returns an error or empty result
- Missing required fields (text, source_lang, target_lang) cause a 4xx validation error
- Payment failure (insufficient USDC balance or unsupported chain) results in a 402 response
- Non-Indic language pair may return unexpected or empty results
- Rate limiting or upstream Workers AI outage causes 5xx errors

## How this service works

Translate text with Indictrans2 EN Indic 1B (@cf/ai4bharat/indictrans2-en-indic-1B). POST source text and target language; returns translated_text with dynamic token pricing.

## Output

A JSON object containing a 'translated_text' field with the translated string in the requested target language.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "text": {
   "type": "string"
  },
  "source_lang": {
   "type": "string"
  },
  "target_lang": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gedx402-indic-language-translator-9a141b6a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from embed.gedx402.com](https://www.zero.xyz/host/embed.gedx402.com/llms.txt)
