# Asia Intelligence Bilingual Bridge — CN/JP News Headlines

> Asia Intelligence Bilingual Bridge — CN/JP News Headlines is a paid API for AI agents from base-worker-01.j23726919.workers.dev, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-13).

Retrieves AI-curated bilingual news headlines and summaries for Chinese and Japanese markets based on a search query

## Facts

- Endpoint: POST https://base-worker-01.j23726919.workers.dev/api/bilingual-bridge
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/asia-intelligence-bilingual-bridge-cn-jp-news-headlines-664363ee
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_k7ZoRQgaeG9P8cRH8ZoaK

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 asia-intelligence-bilingual-bridge-cn-jp-news-headlines-664363ee -d '<json body>'
```

Example prompt: Search the Asia Intelligence bilingual bridge for the latest CN/JP headlines about electric vehicle subsidies in China — I want titles, sources, timestamps, and summaries.

## When to prefer this

Use this endpoint when you need AI-curated, bilingual news headlines specifically from Chinese or Japanese markets, especially for business intelligence, competitive research, or market monitoring in the CN/JP region. Prefer this over general news APIs when bilingual (Chinese/Japanese + English) sourcing and regional specificity are required.

## Known failure modes

- Query string missing — returns validation error
- No headlines found for niche or very recent query — returns empty headlines array with count 0
- Invalid region value — may return all regions or an error
- Payment not completed via x402 — returns 402 Payment Required
- Service unavailable or worker error — returns 5xx response

## How this service works

CN/JP market AI intelligence services via x402 USDC on Base. 8 endpoints.

## Output

Returns a list of AI-curated bilingual news headlines relevant to the query, each including a title, source name, publication time, region (CN or JP), a short summary, and optional category tag, along with a total headline count.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or topic"
  },
  "region": {
   "type": "string",
   "description": "Target region (optional)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "headlines",
  "count"
 ],
 "properties": {
  "count": {
   "type": "integer"
  },
  "headlines": {
   "type": "array",
   "items": {
    "type": "object",
    "required": [
     "title",
     "source",
     "time",
     "region",
     "summary"
    ],
    "properties": {
     "time": {
      "type": "string"
     },
     "title": {
      "type": "string"
     },
     "region": {
      "type": "string"
     },
     "source": {
      "type": "string"
     },
     "summary": {
      "type": "string"
     },
     "category": {
      "type": "string"
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/asia-intelligence-bilingual-bridge-cn-jp-news-headlines-664363ee/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from base-worker-01.j23726919.workers.dev](https://www.zero.xyz/host/base-worker-01.j23726919.workers.dev/llms.txt)
