# DYOE Audit & Verify — Business & Website Verification

> DYOE Audit & Verify — Business & Website Verification 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-14).

Instantly verifies and audits a business or website, providing trust and legitimacy signals for AI agents and humans.

## Facts

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

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-business-website-verification-2cc5bec8
```

Example prompt: Can you run a DYOE audit on 'Acme Trading Ltd' at acmetrading.io and tell me whether they're a verified, legitimate business before I proceed with a payment?

## When to prefer this

Use this endpoint when an AI agent needs to assess the trustworthiness or legitimacy of a business or website before executing a transaction, sharing sensitive data, or engaging in any commercial relationship. It is especially appropriate in agentic workflows where autonomous payments or contracts are being considered and human oversight is limited.

## Known failure modes

- Unknown or unindexed business returns low-confidence or empty results
- Malformed URL or business name returns input validation error
- Service unavailable returns HTTP 5xx
- Payment failure (x402) results in 402 response and no verification performed
- Website with no public footprint returns inconclusive audit

## How this service works

DYOE Audit & Verify: instant business & website verification. Free for humans, pay-per-call for AI agents via x402. The verified-human layer of the agent economy.

## Output

An audit and verification report indicating whether the business or website is legitimate, including trust signals, scam/fraud risk indicators, and business identity details derived from the provided URL or business name.

## 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": {
      "city": {
       "type": "string",
       "description": "Destination city"
      },
      "date": {
       "type": "string",
       "description": "Travel date, YYYY-MM-DD"
      },
      "budget": {
       "type": "number",
       "description": "Trip budget in USD"
      },
      "booking": {
       "type": "string",
       "description": "Booking site domain to safety-check"
      },
      "currency": {
       "type": "string",
       "description": "Local currency code"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dyoe-audit-verify-business-website-verification-2cc5bec8/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)
