# GoldBean Baidu Text Corrector

> GoldBean Baidu Text Corrector 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).

Corrects spelling, grammar, and text errors in Chinese text using Baidu's NLP text correction API

## Facts

- Endpoint: GET https://goldbean-api.xyz/paid/baidu-text-corrector
- 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-text-corrector-ce498013
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mvZ6knO5ayCNkpKd9zA2z

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-text-corrector-ce498013
```

Example prompt: Can you proofread and correct this Chinese text for spelling and grammar mistakes: '今天天气真好，我们一起去玩吧'? Use Baidu's text corrector to fix any errors.

## When to prefer this

Choose this endpoint when you need automated Chinese-language text correction powered by Baidu's NLP models, especially in pipelines processing user-generated Chinese content, publishing workflows requiring proofreading, or chatbot input sanitization. Prefer this over generic spell-checkers when dealing specifically with Simplified Chinese text where Baidu's language models outperform Western NLP tools. Best for pay-per-call usage at $0.001/call with no subscription required.

## Known failure modes

- Empty or missing text input returns error
- Non-Chinese or unsupported language text may yield no corrections or partial results
- Payment failure (402) if USDC balance is insufficient
- Rate limit exceeded if free daily quota (50 calls) is exhausted
- Network timeout on Baidu backend unavailability
- Malformed request returns HTTP 400

## 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 corrected text, identified error positions, and suggested corrections for each detected mistake in the input Chinese text.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/goldbean-baidu-text-corrector-ce498013/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)
