# Axon Text Translation

> Axon Text Translation is a paid API for AI agents from aiaxaxon402.vercel.app, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Translates text from one language to another using AI, returning the translated text along with detected source and target language codes

## Facts

- Endpoint: GET https://aiaxaxon402.vercel.app/api/translate/%7Blang%7D/%7Btext%7D
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/axon-text-translation-506fed88
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YkENEF7ms_HCKP43Q85D4

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 axon-text-translation-506fed88
```

Example prompt: Translate 'The token launch is scheduled for tomorrow at noon' into Indonesian for me.

## When to prefer this

Use this endpoint when you need quick, AI-powered text translation with per-call micropayment pricing on Base (x402), especially within a broader crypto/Web3 workflow context where other Axon endpoints are already in use. Suitable for translating short to medium-length text strings with language code specification.

## Known failure modes

- Unsupported or invalid target language code returns an error
- Empty or missing text parameter causes a bad request response
- Micropayment not completed results in 402 Payment Required
- Very long text may be truncated or rejected
- Ambiguous language codes may cause incorrect translation direction

## How this service works

Axon provides AI-powered crypto intelligence endpoints covering token research, market analysis, contract auditing, sentiment tracking, news summarization, portfolio advice, deep research, text translation, language detection, SEO content generation, and contract explanation. All analytical endpoints require x402 micropayment on Base.

## Output

A JSON object containing the original text, detected or inferred source language code (e.g. 'en'), the requested target language code (e.g. 'id'), and the translated text string.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "text": "hello world",
  "sourceLang": "en",
  "targetLang": "id",
  "translated": "halo dunia"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/axon-text-translation-506fed88/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aiaxaxon402.vercel.app](https://www.zero.xyz/host/aiaxaxon402.vercel.app/llms.txt)
