Skip to main content

1. Get your API key

Purchase a module at enrichlatam.com. Your API key will be sent to your email immediately after checkout. Your key looks like this:
sk_a1b2c3d4e5f6...

2. Make your first request

Use your key in the X-API-Key header. Here’s a KYB lookup for a Chilean company by RUT:
curl -X POST https://api.enrichlatam.com/v1/kyb \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"identifier": "76354771-K", "country": "CL"}'

3. Read the response

{
  "rut": "76354771-K",
  "razon_social": "EMPRESA EJEMPLO SpA",
  "activo": true,
  "inicio_actividades": "2018-03-15",
  "actividad_economica": "Actividades de consultoría de gestión empresarial",
  "direccion": "Av. Providencia 1234, Providencia, Región Metropolitana",
  "source": "sii",
  "timestamp": "2026-04-05T10:00:00Z"
}
You’re live. The activo: true field means the company is registered and active with the tax authority.

Next steps

Authentication

Learn how API keys and module access work.

KYB Module

Full KYB reference with all fields and error codes.

Enrich Module

Company enrichment with contact, social, and firmographic data.

Tenders Module

Query public procurement tenders.