# GEDX402 Indic Language Translator

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

Translates text to or from Indic languages using Workers AI, paid per-call with USDC via x402 protocol — no API keys required.

## Facts

- Endpoint: GET https://ged-x402-embed.jvalamis.workers.dev/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-f98bd4c2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5mSdubZU-gslZ-iiMB781

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-f98bd4c2
```

Example prompt: Translate this sentence into Hindi: 'The monsoon season brings heavy rainfall to the region.' The source language is English and the target language is Hindi.

## When to prefer this

Choose this endpoint when you need to translate text involving Indic or South Asian languages (Hindi, Bengali, Tamil, Telugu, Kannada, Marathi, Gujarati, Punjabi, Urdu, etc.) and want to pay per-call with USDC on-chain without managing API keys. Prefer this over general translation APIs when operating in a crypto-native or x402 payment environment.

## Known failure modes

- Unsupported language code returns an error or empty translation
- Missing required parameters (text, source_lang, or target_lang) may cause a 400 Bad Request
- Payment failure (insufficient USDC balance or unsupported chain) blocks the request with a 402 response
- Model hallucination or low-quality output for low-resource Indic languages
- Rate limiting or worker timeout for very long input texts

## How this service works

x402 workers ai. pay with usdc on base, polygon, arbitrum, world, or solana. no api keys.

## Output

A JSON object containing a `translated_text` field with the translation of the input text in the specified target Indic language.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "translated_text": "Hola"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gedx402-indic-language-translator-f98bd4c2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ged-x402-embed.jvalamis.workers.dev](https://www.zero.xyz/host/ged-x402-embed.jvalamis.workers.dev/llms.txt)
