# bozaaagh Persian-English AI Translation (x402 Pay-Per-Call)

> bozaaagh Persian-English AI Translation (x402 Pay-Per-Call) is a paid API for AI agents from 107-189-20-242.sslip.io, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Translates text between Persian (Farsi) and English, or handles general chat, via AI — paid per call with USDC on Base via x402 v2.

## Facts

- Endpoint: POST https://107-189-20-242.sslip.io/x402/fa
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bozaaagh-persian-english-ai-translation-x402-pay-per-call-b8feebae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nmHfaU8m9oHncKxIzznNv

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 bozaaagh-persian-english-ai-translation-x402-pay-per-call-b8feebae -d '<json body>'
```

Example prompt: Translate this Persian text to English for me: 'سلام، حال شما چطور است؟' — use fa2en mode.

## When to prefer this

Choose this endpoint when you need lightweight, pay-per-call Persian↔English translation or Farsi AI chat without a subscription — especially when integrating with x402 micropayment workflows on Base mainnet USDC. Ideal for agents that need on-demand, low-cost translation of individual text snippets rather than bulk document processing.

## Known failure modes

- Missing 'text' field returns a validation error
- Invalid mode value (not fa2en, en2fa, or chat) may return an error or default behavior
- Payment not received or insufficient USDC balance causes 402 Payment Required response
- Very long text inputs may time out or be truncated
- Non-Persian/non-English input in translation mode may yield poor results

## How this service works

x402-paid micro endpoints: SRT subtitle generation, Persian<->English AI translation, USDC-on-Base invoice creation. Pay per call with USDC on Base via x402 v2.

## Output

Returns a JSON object with a 'mode' field echoing the requested mode (fa2en, en2fa, or chat) and a 'result' field containing the translated or generated text response in the target language.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "text"
 ],
 "properties": {
  "mode": {
   "enum": [
    "fa2en",
    "en2fa",
    "chat"
   ],
   "type": "string"
  },
  "text": {
   "type": "string",
   "description": "Text to translate or chat message"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bozaaagh-persian-english-ai-translation-x402-pay-per-call-b8feebae/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 107-189-20-242.sslip.io](https://www.zero.xyz/host/107-189-20-242.sslip.io/llms.txt)
