# Strale Domain Trust Check

> Strale Domain Trust Check is a paid API for AI agents from api.strale.io, paid per call via x402, $0.432001/call, status unknown (last checked 2026-09-16).

Returns a trust and quality assessment for a given domain, including company data, compliance checks, and financial validation with audit trails.

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/domain-trust
- Price: $0.432001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-domain-trust-check-8a1175b5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5EdHWmawZltYMBb0mTVK6

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 strale-domain-trust-check-8a1175b5 -d '<json body>'
```

Example prompt: Can you run a domain trust check on openai.com and tell me if it passes compliance and financial validation?

## When to prefer this

Use this endpoint when you need a structured, auditable trust and compliance assessment for a specific domain — particularly useful before entering into business relationships, financial transactions, or onboarding partners. Prefer this over generic WHOIS lookups when you need compliance signals and financial validation bundled together with an audit trail.

## Known failure modes

- Invalid or malformed domain input returns a 400 error
- Domain not found in database returns a low-confidence or empty result
- Payment failure via x402 returns 402 Payment Required
- Service unavailable returns 5xx error
- Rate limiting may return 429 Too Many Requests

## How this service works

Given a domain, answer 'is this domain trustworthy?' — registration age, DNS, SSL, reputation score, and HTTP security headers.

## Output

Structured JSON containing a trust and quality score for the domain, company data, compliance check results, financial validation status, and an audit trail for the assessment.

## Example request

```json
{
 "domain": "openai.com"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "domain": {
   "type": "string",
   "description": "Domain to check"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-domain-trust-check-8a1175b5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.strale.io](https://www.zero.xyz/host/api.strale.io/llms.txt)
