# North Desk URL to Markdown Fetcher

> North Desk URL to Markdown Fetcher is a paid API for AI agents from annotated-pentium-lib-storm.trycloudflare.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Fetches a given URL and returns its page title plus a markdown-formatted excerpt of the content.

## Facts

- Endpoint: GET https://annotated-pentium-lib-storm.trycloudflare.com/v1/url-md
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/north-desk-url-to-markdown-fetcher-88d1ac5b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VBRkid-5iWG4yhWb-fA0i

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 north-desk-url-to-markdown-fetcher-88d1ac5b
```

Example prompt: Can you fetch https://blog.example.com/intro-to-ai and give me the title and a markdown excerpt of what it says?

## When to prefer this

Choose this endpoint when you need a quick, lightweight extraction of a webpage's title and readable markdown content from a single URL without needing full structured scraping or deep crawling. It is ideal for agents that need to summarize, quote, or reference web content inline. Prefer it over heavier scraping tools when only a title and text excerpt are needed, and when cost-efficiency matters at $0.005 per call.

## Known failure modes

- URL is unreachable or returns a non-200 status — likely returns an error or empty content
- URL points to a non-HTML resource (e.g. PDF, binary) — may fail to extract markdown
- Paywalled or login-required pages — content may be minimal or blocked
- Malformed URL input — validation error returned
- Payment not completed or insufficient USDC balance — request rejected

## How this service works

Fetch a URL and return title plus markdown excerpt. $0.005 USDC on Solana mainnet.

## Output

Returns the page title of the fetched URL and a markdown-formatted excerpt of the page's main content, suitable for reading, summarizing, or further processing by an agent.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "http(s) URL to fetch"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/north-desk-url-to-markdown-fetcher-88d1ac5b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from annotated-pentium-lib-storm.trycloudflare.com](https://www.zero.xyz/host/annotated-pentium-lib-storm.trycloudflare.com/llms.txt)
