# Bitcoin Benji — AI Table Transcription (L402)

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

Transcribes tabular data from images or documents into structured JSON using private AI inference, paid per-call via Bitcoin Lightning (L402).

## Facts

- Endpoint: POST https://api.bitcoinbenji.com/ai/transcribe-table
- Price: $0.035/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-table-transcription-l402-6ce0b2fa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3Jwlwa3AxgfMG0aZ3hKoD

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-table-transcription-l402-6ce0b2fa -d '<json body>'
```

Example prompt: I have a screenshot of a pricing table — can you transcribe it into structured JSON so I can use the data programmatically?

## When to prefer this

Choose this endpoint when you need to extract structured tabular data from images or documents using a pay-per-call Lightning-native model with no API key setup. It is well-suited for agents that handle Bitcoin/Lightning payments natively and need ad-hoc table transcription without subscription overhead.

## Known failure modes

- Image is too low resolution or blurry to parse table structure
- Input contains no recognizable tabular data, returning empty or error response
- Complex merged cells or nested tables may be partially or incorrectly transcribed
- Payment via Lightning L402 fails or invoice expires before confirmation
- Unsupported image format or corrupted file returns a 400 error

## 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

Returns a JSON object containing the transcribed table with identified column headers and rows of structured data extracted from the input image or document.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bitcoin-benji-ai-table-transcription-l402-6ce0b2fa/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)
