# HTTPay Website Audit API

> HTTPay Website Audit API is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Audits a website for SSL certificate validity, response time, HTTP status code, meta/OG tags, robots.txt, and sitemap.xml — no external API keys required, paid per call via USDC on Base.

## Facts

- Endpoint: POST https://httpay.xyz/api/website-audit
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-website-audit-api-a823c70f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uS9q_GTWd_4S-DDkhzkKP

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 httpay-website-audit-api-a823c70f -d '<json body>'
```

Example prompt: Can you run a full health audit on https://example.com — I want to know if the SSL cert is valid, how fast it responds, what the HTTP status is, and whether it has meta tags, OG tags, a robots.txt, and a sitemap.xml?

## When to prefer this

Choose this endpoint when you need a quick, all-in-one website health snapshot covering SSL, response time, status code, and SEO metadata in a single call without managing API keys or subscriptions. Ideal for agents performing automated site monitoring, SEO audits, or pre-launch checklists where micropayment billing is acceptable.

## Known failure modes

- Invalid or unreachable URL returns an error response
- Target site blocks automated requests (403/429 from target)
- SSL handshake failure if target has severely broken TLS
- Timeout if target site is very slow or unresponsive
- Payment failure if USDC balance insufficient or x402 transaction rejected

## How this service works

Website health audit: SSL cert validity, response time, status code, meta/OG tags, robots.txt, sitemap.xml. No external API needed.

## Output

Returns a JSON object containing SSL certificate validity, response time in milliseconds, HTTP status code, parsed meta and Open Graph tags, and boolean flags indicating presence of robots.txt and sitemap.xml.

## Example request

```json
{
 "url": "https://example.com",
 "email": "zero-qa@agentmail.to"
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "description": "Website health audit: SSL cert validity, response time, status code, meta/OG tags, robots.txt, sitemap.xml. No external API needed."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-website-audit-api-a823c70f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from httpay.xyz](https://www.zero.xyz/host/httpay.xyz/llms.txt)
