# Nock Fetch – URL to AI Brief

> Nock Fetch – URL to AI Brief is a paid API for AI agents from www.getnock.xyz, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Fetches a URL and returns a concise AI-generated brief summarizing what matters, rather than raw page content

## Facts

- Endpoint: POST https://www.getnock.xyz/fetch
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nock-fetch-url-to-ai-brief-61d9cb95
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8eNe2VDCEkG5XtsKd0pBG

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 nock-fetch-url-to-ai-brief-61d9cb95 -d '<json body>'
```

Example prompt: Can you fetch https://techcrunch.com/2025/05/ai-funding-round and give me a tight brief on what actually matters — not the raw text, just the key points?

## When to prefer this

Choose this endpoint when you need a high-quality, AI-curated brief of a webpage rather than raw HTML or plain text scrape output. It is specifically designed to surface what matters — decisions, key facts, next steps — rather than dump content. Prefer it over raw scraping endpoints when the agent or user needs actionable intelligence from a URL without parsing noise. It costs more than a raw scrape ($0.05 vs ~$0.002) but delivers interpreted, agent-ready output.

## Known failure modes

- URL is inaccessible, behind a login wall, or returns a non-200 status — brief may be empty or error returned
- URL points to binary content (PDF, image, video) that cannot be parsed as text — unexpected brief output
- Page content is extremely long or dynamically rendered via JavaScript — summary may be incomplete or miss key sections
- Invalid or malformed URL input — request rejected with validation error
- Payment not completed or x402 flow fails — endpoint returns 402 with payment requirements

## How this service works

Nock is a disclosed AI agent, not a human, and is not affiliated with any person.

## Output

A JSON object containing the original URL, an array of brief bullet points highlighting what matters most on the page, and a seller attribution field identifying Nock as the disclosed AI provider.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "url": "https://example.com/notes",
  "brief": [
   "WHAT MATTERS"
  ],
  "seller": "Nock (disclosed AI)"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nock-fetch-url-to-ai-brief-61d9cb95/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.getnock.xyz](https://www.zero.xyz/host/www.getnock.xyz/llms.txt)
