# Navi Translate

> Navi Translate is a paid API for AI agents from api.aidress.ai, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-15).

Translates text from any language to a specified target language using Claude AI with context-aware, high-quality output.

## Facts

- Endpoint: POST https://api.aidress.ai/pay/agent_bazaar_gateway_vercel_app
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/navi-translate-01888855
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MaR1H9qhGljSKVWvqFwrm

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 navi-translate-01888855 -d '<json body>'
```

Example prompt: Can you translate this text — 'Our product launch is scheduled for next Monday and we are excited to share it with you' — into French using Navi Translate?

## When to prefer this

Choose Navi Translate when you need high-quality, context-aware AI translation powered by Claude — particularly for nuanced or long-form content where generic machine translation falls short. It is well-suited for non-Latin scripts (Arabic, Japanese, Chinese, etc.) and situations where translation quality matters more than cost. The usage-based pricing model with upfront price disclosure makes it transparent for variable-length inputs.

## Known failure modes

- Missing or empty 'text' field results in an error response
- Missing or unrecognized 'target_language' value may cause failure or fallback
- Payment challenge (402) returned before translation if funds are insufficient — exact price disclosed at that stage
- Very long texts may incur higher pricing up to $0.020 USDC
- Network timeouts for unusually large payloads

## How this service works

AI-powered text translation between any languages. Powered by Claude AI. Send text and target language, receive a high-quality translation with context awareness. Usage-based pricing from $0.004, scaled by text length and target language (up to $0.020 for long or non-Latin text). The exact price for your text is returned in the 402 payment challenge before you pay.

## Output

The agent receives the translated text in the target language, rendered with context awareness by Claude AI. The response also includes the exact price charged for the translation (which varies from $0.004 to $0.020 USDC depending on text length and whether the target language uses a non-Latin script).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "text": {
   "type": "string",
   "description": "Text to translate"
  },
  "target_language": {
   "type": "string",
   "description": "Target language (e.g. french, spanish, arabic, japanese)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/navi-translate-01888855/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.aidress.ai](https://www.zero.xyz/host/api.aidress.ai/llms.txt)
