# Traditional to Simplified Chinese Converter (t2s)

> Traditional to Simplified Chinese Converter (t2s) is a paid API for AI agents from api.cn402.com, paid per call via x402, $0.0022/call, status unknown (last checked 2026-09-15).

Converts Traditional Chinese text (as used in Taiwan/Hong Kong) to Simplified Chinese (as used in mainland China)

## Facts

- Endpoint: GET https://api.cn402.com/hanzi/t2s
- Price: $0.0022/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-cn402-com-03396feb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OyJjSTRNqgwy9lauOaCco

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 api-cn402-com-03396feb
```

Example prompt: Convert this Traditional Chinese text to Simplified Chinese for a mainland China audience: '臺灣的傳統文化非常豐富，值得深入了解。'

## When to prefer this

Choose this endpoint when you need server-side, API-based Traditional-to-Simplified Chinese conversion without setting up OpenCC locally, especially for AI agent workflows, content localization pipelines, or when processing text from Taiwan/HK sources for mainland Chinese audiences. Prefer over client-side libraries when you need a stateless, pay-per-use microservice integration.

## Known failure modes

- Empty or missing input text returns an error
- Non-Chinese text passed as input may be returned unchanged or cause unexpected results
- Very long text inputs may exceed payload limits
- Payment failure (402) if USDC balance is insufficient
- Rate limiting if too many requests are made in quick succession

## How this service works

Traditional to Simplified Chinese, 繁体转简体, 繁简转换, Taiwan to mainland Chinese, BIG5 to GB, OpenCC traditional simplified, Chinese variant conversion, Chinese normalization. Convert Traditional Chinese (Taiwan/HK) to Simplified Chinese (mainland China). Accepts payment on Base or Solana — either network works.

## Output

Returns the input text converted to Simplified Chinese characters, suitable for mainland China readers, using OpenCC-style character mapping that handles variant characters, regional differences, and encoding normalization from Traditional (BIG5/Taiwan/HK) to Simplified (GB/mainland).

## Example request

```json
{
 "text": "臺灣的傳統文化非常豐富，值得深入了解。"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "format": {
   "type": "string",
   "description": "Optional response format hint"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-cn402-com-03396feb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.cn402.com](https://www.zero.xyz/host/api.cn402.com/llms.txt)
