# The Stall — Wikipedia Intelligence (x402)

> The Stall — Wikipedia Intelligence (x402) is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.034/call, status unknown (last checked 2026-09-14).

Searches or directly fetches Wikipedia articles by query or exact title, returning structured article content via pay-per-call USDC micropayment on Base mainnet.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/wikipedia-intel
- Price: $0.034/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-wikipedia-intelligence-x402-d49e7881
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lt8dYcoe01ElMU9900i6j

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 the-stall-wikipedia-intelligence-x402-d49e7881
```

Example prompt: Search Wikipedia for 'transformer neural network' and give me the top 3 articles in English.

## When to prefer this

Use this endpoint when an agent needs factual, encyclopedic background information about a person, concept, technology, event, or entity and Wikipedia is a suitable source. Prefer it over web search endpoints when structured article-level information is needed rather than live news or real-time data. It is especially useful for grounding responses with well-sourced reference content without needing API keys.

## Known failure modes

- No matching Wikipedia article found for the given query
- Invalid language code returns an error or falls back to English
- Exact=true with a misspelled or non-existent page title returns no results
- Limit exceeds maximum of 8, causing a validation error
- Payment failure or insufficient USDC balance prevents the call

## How this service works

Wikipedia article lookup and search. Given a search query, returns the top matching Wikipedia articles with title, plain-text extract (~800 chars), description, thumbnail URL, page URL, and last-modified date. Use for rapid factual lookup, entity enrichment, concept explanation, or pre-flight research on any topic. No API key required.

## Output

Returns one or more Wikipedia articles matching the query, including titles and article content/summaries. In exact mode, returns a single article for the given page title directly. In search mode, returns up to 8 ranked matching articles.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "lang": "en",
   "exact": false,
   "limit": 3,
   "query": "artificial intelligence"
  }
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-wikipedia-intelligence-x402-d49e7881/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
