# VeraData KYB Complete Chile

> VeraData KYB Complete Chile is a paid API for AI agents from api.veradata.dev, paid per call via x402, $0.15/call, status down (last checked 2026-09-15).

Performs a complete Know Your Business (KYB) verification lookup on Chilean companies using verified Latin American business data

## Facts

- Endpoint: POST https://api.veradata.dev/solutions/kyb-complete-cl
- Price: $0.15/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/veradata-kyb-complete-chile-706f2738
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Brv1w0IQX5IalEJOom_Hv

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 veradata-kyb-complete-chile-706f2738 -d '<json body>'
```

Example prompt: Run a complete KYB check on the Chilean company 'Empresas Copec S.A.' with RUT 99.520.000-7 — I need verified business registration details and compliance data.

## When to prefer this

Choose this endpoint when you need authoritative, verified business identity data for Chilean companies specifically, particularly for KYB compliance workflows, business onboarding, or due diligence. Prefer this over general web search when you need structured, auditable business data with a cryptographic audit trail. Best suited for fintech, compliance, and onboarding automation pipelines operating in Chile or Latin America.

## Known failure modes

- Company not found in Chilean registry — returns empty or null result
- Invalid RUT format — returns validation error
- Payment failure via x402 micropayment — request not processed
- Rate limiting or quota exceeded — HTTP 429
- Chilean registry temporarily unavailable — service timeout or 503

## How this service works

Verified Latin American Data for Autonomous AI Agents — x402 micropayments

## Output

Returns a structured JSON object containing verified Chilean business data (company details, registration status, compliance indicators) plus an audit hash (sha256) for verification provenance, suitable for KYB due diligence workflows.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "method": {
     "type": "string"
    }
   }
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "result": "structured LATAM data",
  "audit_hash": "sha256:..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/veradata-kyb-complete-chile-706f2738/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.veradata.dev](https://www.zero.xyz/host/api.veradata.dev/llms.txt)
