# GoldBean Baidu OCR Bank Card Recognition

> GoldBean Baidu OCR Bank Card Recognition is a paid API for AI agents from goldbean-api.xyz, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Extracts structured information from bank card images using Baidu's OCR AI engine, identifying card number, bank name, and card type

## Facts

- Endpoint: GET https://goldbean-api.xyz/paid/baidu-ocr-bankcard
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/goldbean-baidu-ocr-bank-card-recognition-11f218e4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oF1_Fw7ns-8utKtDuKDmN

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 goldbean-baidu-ocr-bank-card-recognition-11f218e4
```

Example prompt: Can you scan this bank card image and pull out the card number, bank name, and card type? Here's the image URL: https://example.com/my-card.jpg

## When to prefer this

Choose this endpoint when you need to extract structured data specifically from bank card images using Baidu's specialized bank card OCR model, particularly useful for Chinese-issued bank cards or when integrating with Baidu AI's recognition pipeline via a pay-per-call crypto-native pricing model without subscription overhead

## Known failure modes

- Image URL unreachable or inaccessible returns an error
- Low-quality or blurry card image may result in empty or inaccurate extraction
- Non-bank-card images return empty or irrelevant data
- Unsupported image format causes processing failure
- Payment not fulfilled (x402) if USDC balance insufficient

## How this service works

51 Baidu AI MCP tools: OCR, Vision, LLM, Speech, NLP, Image Gen, Video Gen. 50 free calls/day. No credit card. Pay-per-call from $0.001.

## Output

Returns a JSON object with success flag and a data payload containing extracted bank card fields including card number, bank name, card type, and potentially expiry date and cardholder name as recognized from the image by Baidu's OCR engine

## Response schema (JSON Schema)

```json
{
 "example": {
  "data": {},
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/goldbean-baidu-ocr-bank-card-recognition-11f218e4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from goldbean-api.xyz](https://www.zero.xyz/host/goldbean-api.xyz/llms.txt)
