# GEDX402 Workers AI Translate

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

Translates text from one language to another using Workers AI, paid per-call with USDC via x402 protocol

## Facts

- Endpoint: GET https://ged-x402-embed.jvalamis.workers.dev/v1/translate
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-workers-ai-translate-59d9cbb9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_W_P7rcBepyMNDMmuqf2tT

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-workers-ai-translate-59d9cbb9
```

Example prompt: Translate the following English text to French: 'The weather is beautiful today and I am happy to be here.' — use the x402 pay-per-call translation service, source language is English, target is French.

## When to prefer this

Choose this endpoint when you need a pay-per-use machine translation without API key registration, especially when paying with USDC on Base, Polygon, Arbitrum, World, or Solana. Ideal for agents operating with crypto wallets that need occasional translations without committing to a subscription service.

## Known failure modes

- Missing or invalid source_lang or target_lang ISO code returns an error
- Payment failure on the x402 layer prevents the call from completing
- Unsupported language pair may return an empty or error response
- Malformed or empty text input may result in an empty translation
- Network issues with the Cloudflare Workers deployment could cause timeouts

## 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 translated string in the target language (e.g. {"translated_text": "Hola"})

## 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-workers-ai-translate-59d9cbb9/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)
