# Tinstop Website Intelligence API – AI Audit Report

> Tinstop Website Intelligence API – AI Audit Report is a paid API for AI agents from tinstop.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Runs a comprehensive security and performance audit on a given domain, covering DNS, SSL/TLS, HTTP headers, SPF/DKIM/DMARC, and Google PageSpeed, returning a structured AI-ready report.

## Facts

- Endpoint: POST https://tinstop.com/v1/website/ai-audit-report
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tinstop-website-intelligence-api-ai-audit-report-88244776
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_B4rX2TehZ-HezezO0ycYM

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 tinstop-website-intelligence-api-ai-audit-report-88244776 -d '<json body>'
```

Example prompt: Can you run a basic security and performance audit on stripe.com and tell me if their DNS, SSL, email authentication (SPF/DKIM/DMARC), HTTP headers, and PageSpeed are all properly configured?

## When to prefer this

Choose this endpoint when you need a single-call, all-in-one domain security and performance audit covering DNS, SSL, email authentication, HTTP headers, and PageSpeed without managing API keys or subscriptions. It is ideal for AI agents that need machine-readable audit reports and can pay per call in USDC via x402. Prefer it over manual tooling or multi-API setups when breadth across security dimensions matters more than deep specialization in one area.

## Known failure modes

- Invalid or non-existent domain returns an error or empty results
- Payment failure via x402/USDC results in a 402 response and no audit data
- Timeout if the target domain is unreachable or extremely slow
- DNS resolution failure for the audited domain yields partial results
- Unsupported tier value returns a validation error

## How this service works

Tinstop is a machine-payable Website Intelligence API for domain security and performance audits: DNS, SSL/TLS, HTTP security headers, SPF/DKIM/DMARC email authentication, and Google PageSpeed. Pay per call with x402 using USDC on Base. No accounts or API keys.

## Output

A structured JSON report containing scored and annotated results for each audit category: DNS record validity, SSL/TLS certificate status and expiry, HTTP security headers presence and configuration, SPF/DKIM/DMARC email authentication pass/fail, and Google PageSpeed metrics. When include_raw is true, the raw component check outputs are also embedded. The pro tier provides deeper analysis than basic.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "tier": {
   "type": "string",
   "description": "basic ($0.50) or pro ($1.00)"
  },
  "domain": {
   "type": "string",
   "description": "Domain to audit (e.g. 'example.com')."
  },
  "include_raw": {
   "type": "boolean",
   "description": "Embed raw component check outputs."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "title": "Response Ai Audit Report V1 Website Ai Audit Report Post",
 "additionalProperties": true
}
```

## More

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