# Wikipedia Article Summary via pyfile-agent

> Wikipedia Article Summary via pyfile-agent is a paid API for AI agents from pyfile-agent.taile3ff35.ts.net, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Fetches a concise summary of a Wikipedia article by title

## Facts

- Endpoint: GET https://pyfile-agent.taile3ff35.ts.net/data/wiki
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wikipedia-article-summary-via-pyfile-agent-d4cda0c6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4Co6akGjTYmqKOMuGex-i

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-article-summary-via-pyfile-agent-d4cda0c6
```

Example prompt: Can you pull up the Wikipedia summary for Bitcoin so I have a quick overview of what it is?

## When to prefer this

Use this endpoint when you need a quick encyclopedic summary of a well-known topic, person, place, or concept without needing full article content. It's ideal for grounding an agent in factual background knowledge at low cost ($0.003/call). Prefer this over a web search when a concise, structured Wikipedia-style summary is sufficient.

## Known failure modes

- Article not found if title doesn't match a Wikipedia page — returns an error or empty result
- Disambiguation pages may return ambiguous or unexpected content if the title matches multiple articles
- Misspelled or non-existent titles result in no content returned
- Rate limiting or payment failure (402) if the x402 payment is not properly handled

## How this service works

Wikipedia article summary. ?title=Bitcoin

## Output

A text summary of the requested Wikipedia article, derived from the article's introduction or summary section, giving a concise overview of the topic.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "title": {
       "type": "string"
      }
     }
    }
   }
  },
  "output": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wikipedia-article-summary-via-pyfile-agent-d4cda0c6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pyfile-agent.taile3ff35.ts.net](https://www.zero.xyz/host/pyfile-agent.taile3ff35.ts.net/llms.txt)
