# NeuroFi Language List

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

Returns a list of all supported languages available on the NeuroFi platform, with their language codes and display names.

## Facts

- Endpoint: GET https://neuroavichi.vercel.app/api/languages
- 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/neurofi-language-list-3174c0d7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nAlc7beXI08FlJ2Co-kjK

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-language-list-3174c0d7
```

Example prompt: What languages does NeuroFi support for translation and language detection — can you pull the full list of available language codes and names?

## When to prefer this

Use this endpoint when you need to discover which languages NeuroFi supports before calling translation or language detection endpoints, or to validate that a target language is available. Prefer this over hardcoding language codes.

## Known failure modes

- Payment required (402) if x402 micropayment not provided
- Empty or malformed response if service is unavailable on Vercel deployment
- Network timeout if the hosted endpoint is under load

## 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 mapping language codes (e.g. 'en', 'id') to their full display names (e.g. 'English', 'Indonesian'), representing all languages supported by NeuroFi's translation and detection endpoints.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "languages": {
   "en": "English",
   "id": "Indonesian"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/neurofi-language-list-3174c0d7/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)
