# NeuroFi Text Translation

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

Translates text from a detected source language into a specified target language using AI, requiring a micropayment via x402 on Base.

## Facts

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

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 neurofi-text-translation-ea427db7
```

Example prompt: Translate the text 'The market is showing strong bullish signals today' into Indonesian for me using NeuroFi.

## When to prefer this

Use this endpoint when you need on-demand AI-powered text translation with pay-per-use micropayment billing via x402 on Base, especially in crypto or Web3 agent contexts where traditional subscription-based translation APIs are not suitable. Good for lightweight, single-call translation tasks where the source language may be unknown.

## Known failure modes

- Unsupported or invalid target language code returns an error
- Empty or missing text parameter causes a 400 or similar error
- Payment not provided or failed results in a 402 Payment Required response
- Overly long text may be rejected or truncated
- Invalid URL path parameters cause routing errors

## How this service works

NeuroFi 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 (e.g. 'en'), the 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/neurofi-text-translation-ea427db7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from neuroavichi.vercel.app](https://www.zero.xyz/host/neuroavichi.vercel.app/llms.txt)
