# Axon Language Detection

> Axon Language Detection is a paid API for AI agents from aiaiaxaxon402.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Detects the language of a given text string, returning the language name and ISO code

## Facts

- Endpoint: GET https://aiaiaxaxon402.vercel.app/api/detect
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/axon-language-detection-7e2a8aed
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3pXmXLR3TlPdzYZq0vs6Y

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-language-detection-7e2a8aed
```

Example prompt: Can you detect what language this text is written in: 'Bonjour, comment allez-vous aujourd'hui?'

## When to prefer this

Choose this endpoint when you need a simple, fast language identification step within a broader crypto/AI pipeline already using Axon, especially when you want to combine language detection with other Axon capabilities like translation or sentiment analysis in a single service. Best for lightweight per-call use cases given the $0.01 USDC micropayment model.

## Known failure modes

- Empty or missing text input may return an error or undefined language
- Very short text (single character or word) may result in low-confidence or incorrect detection
- Mixed-language text may return only the dominant language
- Rare or minority languages may not be recognized and could return a fallback
- Payment failure (x402 micropayment not authorized) will block the request

## 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

Returns a JSON object containing the original input text, the detected language name in English (e.g. 'English', 'Spanish', 'French'), and the ISO 639-1 language code (e.g. 'en', 'es', 'fr')

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "text": "hello",
  "langName": "English",
  "detectedLang": "en"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/axon-language-detection-7e2a8aed/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)
