# GoldBean Baidu ID Card OCR

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

Extracts and recognizes text fields from Chinese ID card images using Baidu's OCR technology

## Facts

- Endpoint: GET https://goldbean-api.xyz/paid/baidu-idcard
- Price: $0.001/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-id-card-ocr-aabbf258
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3GPiaxx2K8ErBqvuyW0RW

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-id-card-ocr-aabbf258
```

Example prompt: Can you read all the information off this Chinese national ID card image and give me the name, ID number, address, and birthdate? Here's the image URL: https://example.com/idcard.jpg

## When to prefer this

Choose this endpoint when you need to extract structured data from Chinese national ID cards specifically. It is backed by Baidu's specialized OCR models trained on Chinese identity documents, making it more accurate than generic OCR for this document type. Prefer it over general-purpose OCR when the document is a Chinese national ID card.

## Known failure modes

- Image URL unreachable or invalid returns error
- Low-quality or blurry image may result in incomplete extraction
- Non-Chinese ID cards may not be recognized correctly
- Missing required image parameter returns validation error
- Rate limit exceeded beyond 50 free daily calls without payment

## 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 extracted ID card fields including name, ID number, address, birthdate, gender, and nationality parsed from the submitted ID card image, wrapped in a success envelope.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/goldbean-baidu-id-card-ocr-aabbf258/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)
