# Seven ASP x402 Gateway – Public Web Facts

> Seven ASP x402 Gateway – Public Web Facts is a paid API for AI agents from x402.167-179-80-192.sslip.io, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Retrieves publicly known facts and metadata about a given HTTPS URL via a paid x402 micropayment endpoint.

## Facts

- Endpoint: POST https://x402.167-179-80-192.sslip.io/v1/public-web-facts/web-facts
- 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/seven-asp-x402-gateway-public-web-facts-7b7a1137
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_D1M1AVxtOcLHTodFt7Oc9

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 seven-asp-x402-gateway-public-web-facts-7b7a1137 -d '<json body>'
```

Example prompt: Can you pull up the publicly known web facts for https://example.com and tell me what information is available about that page?

## When to prefer this

Choose this endpoint when you need a quick, low-cost micropayment-based lookup of publicly available facts or metadata for a specific HTTPS URL, especially within an x402-native agent workflow. It is well-suited for single-URL enrichment tasks where you want structured public web data without scraping or crawling the page yourself.

## Known failure modes

- URL does not begin with https:// — rejected by schema pattern validation
- Submitted URL is unreachable or unknown — empty or minimal response
- Payment failure via x402 protocol — endpoint returns 402 and no data is delivered
- Malformed URL input — schema validation error returned
- Rate limiting or quota exceeded — error response from gateway

## How this service works

x402-native discovery surface for seven existing products.

## Output

A JSON object containing publicly known facts and metadata associated with the submitted HTTPS URL, such as page-level descriptors, title, description, or other structured public web information available for that address.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "format": "uri",
   "pattern": "^https://"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/seven-asp-x402-gateway-public-web-facts-7b7a1137/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.167-179-80-192.sslip.io](https://www.zero.xyz/host/x402.167-179-80-192.sslip.io/llms.txt)
