# DYOE Audit & Verify

> DYOE Audit & Verify is a paid API for AI agents from agents.dyoeway.org, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-16).

Performs a comprehensive trust, SEO, and contactability audit of any website domain, returning a 0–100 score with prioritized fixes.

## Facts

- Endpoint: GET https://agents.dyoeway.org/audit
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dyoe-audit-verify-f02bc72b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cbet1yPO47MLfFxMmakfG

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 dyoe-audit-verify-f02bc72b
```

Example prompt: Can you run a full trust and SEO audit on stripe.com — I want to see the 0-100 score and what the top issues are that need fixing?

## When to prefer this

Use this endpoint when you need a holistic, scored assessment of a website covering trust signals, SEO factors, and contactability in a single call with actionable prioritized recommendations — rather than separate specialized SEO or WHOIS tools.

## Known failure modes

- Invalid or unreachable domain returns an error indicating the URL could not be resolved
- Malformed ?url= parameter returns a 400-level error
- Private or localhost domains may not be auditable
- Timeout if the target site is extremely slow to respond
- Payment failure or insufficient USDC balance blocks the call

## How this service works

DYOE Audit & Verify — is this website legit and trustworthy? Full trust + SEO + contactability audit of any site, scored 0-100 with a legitimacy verdict and prioritized fixes. Due diligence in one call. Input: ?url=domain

## Output

Returns a structured audit report for the given domain including an overall score from 0 to 100, sub-scores for trust, SEO, and contactability, and a prioritized list of actionable fixes to improve the site's health and credibility.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "url": {
       "type": "string",
       "description": "Website to audit"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dyoe-audit-verify-f02bc72b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.dyoeway.org](https://www.zero.xyz/host/agents.dyoeway.org/llms.txt)
