# Wikipedia Page Summary API

> Wikipedia Page Summary API is a paid API for AI agents from gateway.apiosk.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns a concise summary of a Wikipedia article including title, description, plain-text extract, and thumbnail image for a given page title.

## Facts

- Endpoint: GET https://gateway.apiosk.com/wikipedia/api/rest_v1/page/summary/Bitcoin
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wikipedia-page-summary-api-4db5f833
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_20gbwQoPDPvJYNcWH91h0

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 wikipedia-page-summary-api-4db5f833
```

Example prompt: Can you pull up the Wikipedia summary for Bitcoin — I need the title, short description, and a plain-text extract of the article.

## When to prefer this

Use this endpoint when you need a quick, structured overview of any well-known topic, person, place, or concept sourced from Wikipedia — especially when you need both a human-readable description and a plain-text extract in a single call. Prefer this over full web scraping when a concise Wikipedia-sourced summary is sufficient.

## Known failure modes

- Page not found (404) if the title doesn't match any Wikipedia article
- Disambiguation pages returned if the title is ambiguous
- Empty or missing thumbnail if the article has no image
- Capitalization or spacing issues in the page title causing lookup failure
- Rate limiting or payment failure (402) if credits are exhausted

## How this service works

Concise summary of a Wikipedia article: title, description, plain-text extract and thumbnail. Append the page title to the path, e.g. /api/rest_v1/page/summary/Bitcoin.

## Output

A JSON object containing the Wikipedia article's canonical title, a short human-readable description, a multi-sentence plain-text extract of the article's introduction, a thumbnail image URL with dimensions, and a link to the full Wikipedia page.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wikipedia-page-summary-api-4db5f833/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.apiosk.com](https://www.zero.xyz/host/gateway.apiosk.com/llms.txt)
