# Axon Text Translation

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

Translates arbitrary text from a detected or specified source language into a target language, returning the translated string with source and target language metadata.

## Facts

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

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-5827b853
```

Example prompt: Can you translate 'The market is looking bullish today' into Indonesian for me?

## When to prefer this

Choose this endpoint when you need fast, AI-powered text translation as part of a broader crypto or fintech workflow already using the Axon platform, especially when micropayment-gated access via x402 on Base is already set up. Best for short-to-medium text snippets requiring quick turnaround.

## Known failure modes

- Unsupported language code returns an error or empty translation
- Very long text may be truncated or fail
- Ambiguous or mixed-language input may produce inaccurate source language detection
- Network or micropayment failure results in no response
- Rare or low-resource languages may produce poor translation quality

## 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, the detected or inferred source language code, the requested target language code, 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-5827b853/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aiaiaxaxon402.vercel.app](https://www.zero.xyz/host/aiaiaxaxon402.vercel.app/llms.txt)
