# Bitcoin Benji AI Translation

> Bitcoin Benji AI Translation is a paid API for AI agents from api.bitcoinbenji.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Translates text or content via a privacy-preserving AI inference endpoint, paid per-call over Lightning Network with no API keys required.

## Facts

- Endpoint: POST https://api.bitcoinbenji.com/ai/translate
- 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/bitcoin-benji-ai-translation-de03f15d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hPwVIt_OhgXt12vs4PlMK

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 bitcoin-benji-ai-translation-de03f15d -d '<json body>'
```

Example prompt: Translate this paragraph from English to Japanese: 'The Bitcoin mempool is currently congested with high-fee transactions.' — use a pay-per-call AI with no subscription, just a Lightning payment.

## When to prefer this

Choose this endpoint when you need pay-per-call AI translation with no API key registration, no subscription, and privacy-preserving inference. It is ideal for agents operating in Bitcoin/Lightning ecosystems, or when spending exactly $0.02 per translation call is preferable to flat monthly billing. Avoid it if you need bulk/batch translation at scale or if your infrastructure doesn't support L402/Lightning payments.

## Known failure modes

- Payment not completed or Lightning invoice expired — 402 Payment Required returned
- Invalid or malformed request body — 400 Bad Request
- Unsupported language pair — may return an error or low-quality output
- Lightning Network payment routing failure — call cannot proceed without successful payment
- Rate limiting or server unavailability — 503 or timeout

## How this service works

L402-gated APIs: real-time Bitcoin mempool intelligence and private AI inference. Pay-per-call via Lightning. Zero API keys. Zero subscriptions.

## Output

A JSON response containing the AI-generated translation of the submitted text, delivered after a successful L402 Lightning Network micropayment. No persistent session or API key is involved; each call is independently authorized and billed.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bitcoin-benji-ai-translation-de03f15d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.bitcoinbenji.com](https://www.zero.xyz/host/api.bitcoinbenji.com/llms.txt)
