# Text Translator API (klymax402)

> Text Translator API (klymax402) is a paid API for AI agents from text-translator.api.klymax402.com, paid per call via x402, $0.012/call, status unknown (last checked 2026-09-15).

Translates text from one language to another with automatic source language detection, supporting major world languages

## Facts

- Endpoint: GET https://text-translator.api.klymax402.com/api/translate
- Price: $0.012/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/text-translator-api-klymax402-748b04b0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dYw7S4zGisEGa9nIbPps-

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 text-translator-api-klymax402-748b04b0
```

Example prompt: Translate this text to French, detecting the source language automatically: 'The early bird catches the worm, and preparation is the key to success.'

## When to prefer this

Use this endpoint when you need quick, per-call text translation with automatic language detection and support for major world languages. It is well-suited for translating short-to-medium text snippets (up to 5000 characters) on demand in agentic workflows without requiring a dedicated translation service account. Prefer it over document translation services when dealing with plain text rather than formatted files.

## Known failure modes

- Text exceeds 5000 character limit — request rejected or truncated
- Unsupported language code provided for 'to' or 'from' parameters — error response
- Empty or missing 'text' parameter — likely returns error
- Ambiguous or very short text may result in incorrect auto-detection of source language
- Service unavailable or rate-limited — non-200 response with no translation
- Invalid language code format — error indicating unsupported language

## How this service works

Translate text between languages with automatic source language detection

## Output

The agent receives the translated text in the specified target language, along with likely the detected source language. Translation supports up to 5000 characters of input across major languages including English, French, German, Spanish, Italian, Portuguese, Chinese, Japanese, Korean, and Arabic.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "to": {
   "type": "string",
   "description": "Target language code (e.g. 'en', 'fr', 'de', 'es', 'it', 'pt', 'zh', 'ja', 'ko', 'ar'). Default: 'en'"
  },
  "from": {
   "type": "string",
   "description": "Source language code (e.g. 'en', 'fr', 'de') or 'auto' for detection. Default: 'auto'"
  },
  "text": {
   "type": "string",
   "description": "The text to translate (max 5000 characters)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/text-translator-api-klymax402-748b04b0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from text-translator.api.klymax402.com](https://www.zero.xyz/host/text-translator.api.klymax402.com/llms.txt)
