# VeraData KYB Complete Colombia

> VeraData KYB Complete Colombia 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).

Returns a comprehensive Know Your Business (KYB) verification report for a Colombian company using verified Latin American data sources, paid via x402 micropayment.

## Facts

- Endpoint: POST https://api.veradata.dev/solutions/kyb-complete-co
- 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-colombia-1db1ce92
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MIMg1TJe4GCSbbTX4txyc

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-colombia-1db1ce92 -d '<json body>'
```

Example prompt: Run a complete KYB check on the Colombian company 'Constructora Bolivar S.A.' — I need their verified registration status, legal standing, and a full business profile with an audit hash for compliance records.

## When to prefer this

Use this endpoint when you need verified, structured KYB data specifically for Colombian businesses and want a pay-per-call model via x402 micropayments rather than a subscription. Prefer this over generic business lookup APIs when Latin American data accuracy and audit traceability (SHA-256 hash) are required for compliance workflows.

## Known failure modes

- Company not found in Colombian registries — returns empty or error result
- Invalid or malformed NIT/company identifier — returns validation error
- Payment failure via x402 protocol — request rejected before processing
- Rate limiting or quota exceeded — HTTP 429
- Network timeout or upstream data source unavailability — HTTP 503

## Output

A structured JSON object containing verified Latin American business data for the queried Colombian company, including corporate registration details, legal status, and a SHA-256 audit hash for traceability. Response is paid for via x402 micropayment ($0.15 USDC).

## 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"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/veradata-kyb-complete-colombia-1db1ce92/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)
