# Strale GDPR Audit

> Strale GDPR Audit is a paid API for AI agents from api.strale.io, paid per call via x402, $1.08/call, status unknown (last checked 2026-09-13).

Performs a GDPR compliance audit on a given URL, returning structured compliance findings with audit trails and optional DPA lookup by country.

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/gdpr-audit
- Price: $1.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-gdpr-audit-549a0281
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IBXQ5DZcujvuAcKEhxelQ

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-gdpr-audit-549a0281 -d '<json body>'
```

Example prompt: Run a GDPR compliance audit on https://example.com — I need to know if it meets EU data protection requirements, and use Germany (DE) for the DPA lookup.

## When to prefer this

Use this endpoint when you need a quick, automated GDPR compliance check on a specific URL with a structured JSON result and audit trail — especially useful when also needing country-specific DPA authority information. Prefer over manual review or generic web scrapers when compliance documentation is needed.

## Known failure modes

- Invalid or unreachable URL returns an error
- Unsupported or malformed country_code returns a validation error
- Payment failure (x402) prevents the audit from running
- Timeout if the target URL is slow to respond
- URL returns non-HTML content that cannot be audited for GDPR signals

## How this service works

Company data, compliance checks, financial validation. Structured JSON with audit trails. Every capability independently quality-scored.

## Output

A structured JSON object containing GDPR compliance findings for the provided URL, including identified compliance issues, an audit trail, and optionally the relevant Data Protection Authority (DPA) information for the specified country code.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url"
 ],
 "properties": {
  "url": {
   "type": "string"
  },
  "country_code": {
   "type": "string",
   "description": "ISO 3166-1 alpha-2 (for DPA lookup)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-gdpr-audit-549a0281/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)
