# VeraData KYB Complete Brazil

> VeraData KYB Complete Brazil 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 for Brazilian companies using verified Latin American data sources

## Facts

- Endpoint: POST https://api.veradata.dev/solutions/kyb-complete-br
- 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-brazil-70ed3c77
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_o70OU0SLHjDy8qBqbZ2jj

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-brazil-70ed3c77 -d '<json body>'
```

Example prompt: Run a full KYB check on the Brazilian company with CNPJ 12.345.678/0001-99 — I need verified business registration details, legal status, and an audit hash I can keep on file.

## When to prefer this

Choose this endpoint when you need verified, structured KYB data specifically for Brazilian companies and require an auditable hash for compliance records. Prefer this over generic business lookup APIs when operating in the Latin American market, especially when x402 micropayment integration is already in use and per-call pricing ($0.15 USDC) is acceptable for on-demand lookups.

## Known failure modes

- Invalid or malformed CNPJ returns a 400 error
- Company not found in Brazilian registries returns an empty or null result
- Payment failure via x402 micropayment protocol results in 402 Payment Required
- Upstream data source unavailable returns a 503 or timeout
- Rate limiting may apply for high-volume repeated lookups

## How this service works

Verified Latin American Data for Autonomous AI Agents — x402 micropayments

## Output

Returns a structured JSON object containing verified Brazilian business data (registration status, legal name, address, corporate structure, etc.) along with a SHA-256 audit hash for record-keeping and compliance trails.

## 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-brazil-70ed3c77/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)
