# Strale Domain Intelligence

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

Performs domain-based intelligence lookup returning company data, compliance checks, and financial validation with audit trails

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/domain-intel
- Price: $0.378/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-domain-intelligence-229662f9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EeZQZoYEbLkdZWLLxi4su

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-intelligence-229662f9 -d '<json body>'
```

Example prompt: Can you run a domain intelligence check on stripe.com — I need the company data, compliance status, and financial validation with an audit trail?

## When to prefer this

Choose this endpoint when you need structured, auditable company intelligence derived from a domain name — especially in compliance, vendor onboarding, or financial due diligence workflows where audit trails are required and trust scoring matters.

## Known failure modes

- Invalid or malformed domain string returns 400 error
- Unknown or unregistered domain returns empty or null company data
- Network timeout if domain resolution is slow
- Payment failure via x402 protocol returns 402 Payment Required
- Domain exists but has no associated company data returns partial result

## How this service works

Everything your agent needs to evaluate a domain: registration details, DNS setup, SSL health, and reputation score.

## Output

Structured JSON containing company data associated with the domain, compliance check results, financial validation status, and an audit trail of the checks performed, scored for trust and quality.

## Example request

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

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "domain": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-domain-intelligence-229662f9/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)
