# NexusAPI AI Text Translation

> NexusAPI AI Text Translation is a paid API for AI agents from nexus-api-virid.vercel.app, paid per call via x402, $0.098277/call, status unknown (last checked 2026-09-14).

Translates text from one language to another using AI, payable per call in USDC on Base with no API key required.

## Facts

- Endpoint: POST https://nexus-api-virid.vercel.app/api/ai/translate
- Price: $0.098277/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-ai-text-translation-e3250e9a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TwAqXTtJwjDgJNm0DIb6P

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 nexusapi-ai-text-translation-e3250e9a -d '<json body>'
```

Example prompt: Can you translate this paragraph into Spanish for me: 'Our product is launching next week and we are very excited to share it with our customers around the world.'

## When to prefer this

Choose this endpoint when you need a pay-per-call AI translation with no API key setup, especially in agent workflows on the Base blockchain ecosystem where USDC micropayments are already in use. Ideal for low-volume, on-demand translation tasks where subscribing to a full translation API is overkill.

## Known failure modes

- Empty or missing query field returns an error response
- Unsupported language pair may yield poor-quality or failed translation
- Insufficient USDC balance causes payment failure and request rejection
- Very long text inputs may be truncated or rejected due to size limits
- Ambiguous language detection may produce incorrect source language assumption

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

Returns an AI-generated translation of the submitted text in the target language, delivered as a JSON response object containing the translated output string.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "API response data"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nexusapi-ai-text-translation-e3250e9a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-virid.vercel.app](https://www.zero.xyz/host/nexus-api-virid.vercel.app/llms.txt)
