Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.enrichlatam.com/llms.txt

Use this file to discover all available pages before exploring further.

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. Supported countries: CL (Chile) and BR (Brazil).
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

{
  "identifier": "76354771-K",
  "country": "CL",
  "company_name": "Empresa Ejemplo Spa",
  "status": "active",
  "verified": true,
  "founded_year": 2018,
  "end_date": null,
  "source": "sii"
}
verified: true 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 — pass a domain, get a full profile.

Tenders Module

Query public procurement tenders.