Documentation Index
Fetch the complete documentation index at: https://docs.gu1.ai/llms.txt
Use this file to discover all available pages before exploring further.
Which normalized_enrichment fields does each code populate? See Integration Provider Codes (Normalized enrichment field catalog + Data points provided per provider). This page lists codes, HTTP method, and required parameters. Repo CLI: npm run docs:provider-normalized-fields.
Person Providers
Provider codes for person entity enrichment. Legacy *_check codes are omitted from this table; use *_enrichment codes.
π¦π· Argentina
| Provider Code | Method | Required Parameters |
|---|
ar_bcra_deudas_enrichment | GET | documentNumber |
ar_bcra_historicas_enrichment | GET | documentNumber |
ar_bcra_cheques_rechazados_enrichment | GET | documentNumber |
Example Request:
curl -X GET "http://api.gu1.ai/provider-records/bcra/deudas/{documentNumber}" \\
-H "Authorization: Bearer YOUR_API_KEY"
| Provider Code | Method | Required Parameters |
|---|
ar_nosis_extended_verification_enrichment | GET | documentNumber |
Example Request:
curl -X GET "http://api.gu1.ai/provider-records/nosis/extended-verification/{documentNumber}" \\
-H "Authorization: Bearer YOUR_API_KEY"
RENAPER
| Provider Code | Method | Required Parameters |
|---|
ar_renaper_validate_dni_enrichment | GET | documentNumber |
ar_renaper_data_enrichment | POST | documentNumber, genre, username, password |
Example Request:
curl -X GET "http://api.gu1.ai/provider-records/renaper/validate-dni/{documentNumber}" \\
-H "Authorization: Bearer YOUR_API_KEY"
| Provider Code | Method | Required Parameters |
|---|
ar_repet_person_enrichment | GET | name |
Example Request:
curl -X GET "http://api.gu1.ai/provider-records/repet/person/search?name={name}" \\
-H "Authorization: Bearer YOUR_API_KEY"
π§π· Brazil
CPFCNPJ
| Provider Code | Method | Required Parameters |
|---|
br_cpfcnpj_complete_person_enrichment | GET | documentNumber |
br_cpfcnpj_complete_person_9_enrichment | GET | documentNumber |
Example Request:
curl -X GET "http://api.gu1.ai/provider-records/cpfcnpj/person/complete/{documentNumber}" \\
-H "Authorization: Bearer YOUR_API_KEY"
| Provider Code | Method | Required Parameters |
|---|
br_bdc_basic_data_enrichment | GET | documentNumber, organizationId |
br_bdc_related_persons_enrichment | GET | documentNumber, organizationId |
br_bdc_financial_data_enrichment | GET | documentNumber, organizationId |
br_bdc_addresses_extended_enrichment | GET | documentNumber, organizationId |
br_bdc_emails_extended_enrichment | GET | documentNumber, organizationId |
br_bdc_phones_extended_enrichment | GET | documentNumber, organizationId |
br_bdc_related_companies_enrichment | GET | documentNumber, organizationId |
br_bdc_lawsuits_enrichment | GET | documentNumber, organizationId |
br_bdc_kyc_person_enrichment | GET | documentNumber, organizationId |
br_bdc_negative_media_enrichment | GET | documentNumber, organizationId, name |
br_bdc_protestos_enrichment | GET | documentNumber, organizationId |
Example Request:
curl -X GET "http://api.gu1.ai/provider-records/{organizationId}/kyb/person/bdc/basic-data-person/{documentNumber}/false" \\
-H "Authorization: Bearer YOUR_API_KEY"
JUSBRASIL
| Provider Code | Method | Required Parameters |
|---|
br_jusbrasil_criminal_lawsuits_enrichment | POST | documentNumber |
br_jusbrasil_civil_lawsuits_enrichment | POST | documentNumber |
br_jusbrasil_labor_lawsuits_enrichment | POST | documentNumber |
br_jusbrasil_public_ministry_enrichment | POST | documentNumber |
br_jusbrasil_arrest_warrants_enrichment | POST | documentNumber |
br_jusbrasil_irregular_employer_enrichment | POST | documentNumber |
Example Request:
curl -X POST "http://api.gu1.ai/provider-records/jusbrasil/criminal-lawsuits" \\
-H "Content-Type: application/json" \\
-H "Authorization: Bearer YOUR_API_KEY"
| Provider Code | Method | Required Parameters |
|---|
br_amldd_esg_enrichment | GET | None |
br_amldd_lri_enrichment | GET | None |
br_amldd_pep_enrichment | GET | None |
br_amldd_mtlsn_complete_enrichment | GET | None |
br_amldd_mtlsn_simple_enrichment | GET | None |
br_amldd_mtlsn_with_internal_enrichment | GET | None |
Example Request:
curl -X GET "http://api.gu1.ai/provider-records/amldd/esg?documento={documentNumber}&nome={name}&limit=50" \\
-H "Authorization: Bearer YOUR_API_KEY"
π Global
COMPLYADVANTAGE
| Provider Code | Method | Required Parameters |
|---|
global_complyadvantage_person_search_enrichment | POST | name |
global_complyadvantage_sanctions_enrichment | GET | name, entityType |
global_complyadvantage_pep_enrichment | GET | name |
Example Request:
curl -X POST "http://api.gu1.ai/provider-records/complyadvantage/search/person" \\
-H "Content-Type: application/json" \\
-H "Authorization: Bearer YOUR_API_KEY"
| Provider Code | Method | Required Parameters |
|---|
global_gueno_sanctions_enrichment | POST | name |
Example Request:
curl -X POST "http://api.gu1.ai/provider-records/regtia/check" \\
-H "Content-Type: application/json" \\
-H "Authorization: Bearer YOUR_API_KEY"
Shared Providers
The following providers work for both Person and Company entities:
- BDC (BR): 1 provider codes
- JUSBRASIL (BR): 6 provider codes
- AMLDD (BR): 6 provider codes
- COMPLYADVANTAGE (GLOBAL): 1 provider codes
- GUENO (GLOBAL): 1 provider codes
- BCRA (AR): 3 provider codes
- NOSIS (AR): 1 provider codes
See Shared Provider Codes for details.
See Also