# GoldBean Baidu OCR Web Image API

> GoldBean Baidu OCR Web Image API 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 text and structured data from web images using Baidu's OCR engine via a pay-per-call REST endpoint

## Facts

- Endpoint: GET https://goldbean-api.xyz/paid/baidu-ocr-webimage
- 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-web-image-api-4e4057e6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__L3-NK4bDAv-GlQ0nlHNG

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-web-image-api-4e4057e6
```

Example prompt: Can you extract all the text from this image at https://example.com/menu.jpg using Baidu's web image OCR?

## When to prefer this

Choose this endpoint when you need to extract text from a web-hosted image URL using Baidu's OCR engine, especially when cost-sensitivity matters ($0.002/call) and you want a pay-per-call model with no subscription. It is particularly well-suited for processing Chinese-language images or mixed Chinese-English text where Baidu's OCR excels. Prefer it over generic OCR APIs if you are already using other Baidu AI tools in your pipeline or if you need to process large volumes cost-effectively.

## Known failure modes

- Invalid or inaccessible image URL returns an error response
- Image format not supported by Baidu OCR returns failure
- Payment not processed (402) if USDC balance insufficient
- Rate limit exceeded if free daily quota (50 calls) is exhausted
- Non-text or low-quality images may return empty or partial extraction
- Network timeout if the source image URL is slow to load

## 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 a success flag and a data field containing the OCR-extracted text and positional information recognized from the provided web image URL 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-web-image-api-4e4057e6/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)
