# WalletForge Fetch Markdown

> WalletForge Fetch Markdown is a paid API for AI agents from api.walletforge.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Fetches a public URL and returns its content as cleaned, readable markdown

## Facts

- Endpoint: POST https://api.walletforge.app/v1/fetch-markdown
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/walletforge-fetch-markdown-fca19fd8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6vFptLCBGgTAbjOa42JMf

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 walletforge-fetch-markdown-fca19fd8 -d '<json body>'
```

Example prompt: Can you fetch the content of https://example.com/blog/article and give it to me as clean markdown so I can summarize it?

## When to prefer this

Choose this endpoint when you need to fetch and read the content of a single public webpage and want it returned as clean, LLM-friendly markdown. It is ideal for feeding web content into summarization, analysis, or RAG pipelines without building your own scraping and cleaning logic. Prefer it over raw HTTP fetch when you want HTML-to-markdown cleaning handled automatically.

## Known failure modes

- URL is not publicly accessible or requires authentication — returns an error
- Target page returns a non-200 HTTP status (404, 500, etc.) — fetch fails
- Content is JavaScript-rendered SPA content that cannot be scraped statically — may return empty or partial markdown
- URL points to a binary file (PDF, image) rather than HTML — conversion may fail or produce garbled output
- Rate limiting or blocking by the target server — fetch times out or is rejected

## How this service works

Fetch a public URL and return cleaned markdown

## Output

A cleaned markdown representation of the fetched public webpage, with HTML, scripts, and navigation clutter removed, leaving the main readable content in structured markdown format.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/walletforge-fetch-markdown-fca19fd8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.walletforge.app](https://www.zero.xyz/host/api.walletforge.app/llms.txt)
