# engedi.digi-life17 Text Translation API

> engedi.digi-life17 Text Translation API is a paid API for AI agents from engedi.digi-life17.workers.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Translates text from one language to another across 30+ supported languages via GET request

## Facts

- Endpoint: GET https://engedi.digi-life17.workers.dev/api/translate
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/engedi-digi-life17-text-translation-api-d9cd2dac
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_koEuQ2olCuJWFE2wmMq_5

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 engedi-digi-life17-text-translation-api-d9cd2dac
```

Example prompt: Translate this sentence to French: 'The quick brown fox jumps over the lazy dog' — the source is English.

## When to prefer this

Choose this endpoint when you need a lightweight, low-cost ($0.005 per call) REST-based text translation service that supports 30+ languages and returns confidence scores with caching metadata. Ideal for agents that need quick, per-call translation without managing API keys for major translation providers like Google or DeepL.

## Known failure modes

- Missing required 'text' query parameter returns an error response
- Unsupported language code for source or target may return an error or fallback
- Empty text string may return empty or error response
- Network timeout from Cloudflare Worker edge runtime
- Payment not fulfilled via x402 protocol results in 402 response

## How this service works

51 REST endpoints for AI agents. Weather, news, crypto, stocks, products, courses, real estate, and 42 more. Pay per call in USDC/USDT via x402.

## Output

Returns a JSON object with a data field containing the translated text, a success boolean, and a _meta object including whether the result was cached, the detected or specified source language, a confidence score for the translation, and a last_updated timestamp.

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/engedi-digi-life17-text-translation-api-d9cd2dac/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from engedi.digi-life17.workers.dev](https://www.zero.xyz/host/engedi.digi-life17.workers.dev/llms.txt)
