# BaseBrain AI Web Search

> BaseBrain AI Web Search is a paid API for AI agents from basebrain-ai.vercel.app, paid per call via x402, $0.17/call, status unknown (last checked 2026-09-15).

Performs an AI-powered web search and returns synthesized results for a given query

## Facts

- Endpoint: POST https://basebrain-ai.vercel.app/api/rapid/ai-web-search
- Price: $0.17/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/basebrain-ai-web-search-113f40d9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0-ypLsI3PivOl21bxAcJZ

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 basebrain-ai-web-search-113f40d9 -d '<json body>'
```

Example prompt: Search the web for the latest developments in quantum computing breakthroughs in 2025 and give me a summary of what you find.

## When to prefer this

Choose this endpoint when you need real-time or recent web information that a static knowledge base cannot provide, especially for current events, live data, or recently published content. Prefer it over static LLM knowledge when freshness matters.

## Known failure modes

- Vague or missing query input resulting in generic or empty results
- Rate limiting or quota exhaustion returning an error response
- External web fetch failures if target pages are unavailable
- Payment failure (402) if USDC balance is insufficient
- Timeout if web sources are slow to respond
- Poorly structured input object causing a 400 bad request

## How this service works

Generated by create next app

## Output

Returns an object containing AI-synthesized web search results, including relevant data extracted and summarized from live web sources in response to the query.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/basebrain-ai-web-search-113f40d9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from basebrain-ai.vercel.app](https://www.zero.xyz/host/basebrain-ai.vercel.app/llms.txt)
