# Toll URL Intelligence

> Toll URL Intelligence is a paid API for AI agents from glade-able-thunder-charm.grok.me, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Analyzes and enriches a URL with intelligence signals such as safety, reputation, content classification, and metadata

## Facts

- Endpoint: POST https://glade-able-thunder-charm.grok.me/api/v1/clean
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/toll-url-intelligence-bf45dc24
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dCNtcaOCP1OOFqsHAfnlr

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 toll-url-intelligence-bf45dc24 -d '<json body>'
```

Example prompt: Can you check this link for me — https://suspicious-site.xyz/offer/free-gift — I want to know if it's safe, what category of content it leads to, and whether it looks trustworthy before I click it?

## When to prefer this

Choose this endpoint when you need a quick, paid-per-call URL intelligence check with results returned as JSON and payment settled on-chain in USDC via the x402 protocol — ideal for agent workflows that need to vet URLs programmatically without managing subscriptions or API keys

## Known failure modes

- Invalid or malformed URL returns an error response
- Private or localhost URLs may be rejected
- Newly registered domains with no reputation data may return low-confidence results
- Network timeouts if the target URL is unreachable
- Rate limiting or payment failure for USDC transactions on Base

## How this service works

URL intelligence. Paid in USDC on Base.

## Output

A JSON object containing URL intelligence signals such as safety rating, risk score, content category, domain reputation, and metadata extracted from or associated with the submitted URL

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/toll-url-intelligence-bf45dc24/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from glade-able-thunder-charm.grok.me](https://www.zero.xyz/host/glade-able-thunder-charm.grok.me/llms.txt)
