# Domain Trust Score API

> Domain Trust Score API is a paid API for AI agents from elon.tail49499f.ts.net, paid per call via x402, $0.015/call, status unknown (last checked 2026-09-14).

Returns a trust score and band (high/medium/low) for any public URL, indicating how trustworthy and safe the domain is.

## Facts

- Endpoint: POST https://elon.tail49499f.ts.net/domain/trust-score
- Price: $0.015/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/domain-trust-score-api-4e8e2601
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HaFNze0yZRQVfZTBg12pS

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 domain-trust-score-api-4e8e2601 -d '<json body>'
```

Example prompt: Can you check how trustworthy the domain example.com is and give me a trust score and rating for it?

## When to prefer this

Choose this endpoint when you need a quick, quantified trust assessment of a domain or URL — particularly useful for security screening, vendor vetting, or filtering untrusted sources before automated processing. It is preferable to a full web content analysis endpoint when you only need reputation/trust signals rather than page content.

## Known failure modes

- Invalid or malformed URL returns a validation error
- Private or non-public URLs (e.g. localhost, internal IPs) may be rejected
- Unknown or very new domains may return low scores due to lack of signals
- Network timeouts if the domain analysis takes too long
- HTTP 402 payment required if USDC payment is not attached

## How this service works

Curated x402 website intelligence API for autonomous AI agents. 24 high-value paid tools covering web content, company research, ecommerce product intelligence, SEO, security and domain trust.

## Output

A JSON object containing a numeric trust score (e.g. 0-100), a trust band classification (e.g. 'high', 'medium', 'low'), and an array of reasons explaining the score. Example: {"band":"high","score":90,"reasons":[]}

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Public HTTP or HTTPS URL to analyze"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "band": "high",
  "score": 90,
  "reasons": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/domain-trust-score-api-4e8e2601/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from elon.tail49499f.ts.net](https://www.zero.xyz/host/elon.tail49499f.ts.net/llms.txt)
