Skip to main content
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. *_check codes were removed (2026-06-04) β€” use *_enrichment codes only.

πŸ‡¦πŸ‡· Argentina

GUENO

Provider CodeMethodRequired Parameters
ar_gueno_uif_enrichmentPOSTdocumentNumber
ar_gueno_kia_enrichmentPOSTdocumentNumber
ar_gueno_tia_enrichmentPOSTdocumentNumber
ar_gueno_jia_enrichmentPOSTdocumentNumber
ar_gueno_pia_enrichmentPOSTdocumentNumber
Example Request:
curl -X POST "http://api.gu1.ai/provider-records/regtia/compliance/uif" \\
  -H "Content-Type: application/json" \\
  -H "Authorization: Bearer YOUR_API_KEY"

BCRA

Provider CodeMethodRequired Parameters
ar_bcra_deudas_enrichmentGETdocumentNumber
ar_bcra_historicas_enrichmentGETdocumentNumber
ar_bcra_cheques_rechazados_enrichmentGETdocumentNumber
Example Request:
curl -X GET "http://api.gu1.ai/provider-records/bcra/deudas/{documentNumber}" \\
  -H "Authorization: Bearer YOUR_API_KEY"

NOSIS

Provider CodeMethodRequired Parameters
ar_nosis_extended_verification_enrichmentGETdocumentNumber
Example Request:
curl -X GET "http://api.gu1.ai/provider-records/nosis/extended-verification/{documentNumber}" \\
  -H "Authorization: Bearer YOUR_API_KEY"

ARCA

Provider CodeMethodRequired Parameters
ar_arca_contribuyente_enrichmentGETdocumentNumber
Example Request:
curl -X GET "http://api.gu1.ai/arca/contribuyente/{documentNumber}" \\
  -H "Authorization: Bearer YOUR_API_KEY"

RENAPER

Provider CodeMethodRequired Parameters
ar_renaper_validate_dni_enrichmentGETdocumentNumber
ar_renaper_data_enrichmentPOSTdocumentNumber, genre, username, password
Example Request:
curl -X GET "http://api.gu1.ai/provider-records/renaper/validate-dni/{documentNumber}" \\
  -H "Authorization: Bearer YOUR_API_KEY"

REPET

Provider CodeMethodRequired Parameters
ar_repet_person_enrichmentGETname
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 CodeMethodRequired Parameters
br_cpfcnpj_complete_person_enrichmentGETdocumentNumber
br_cpfcnpj_complete_person_9_enrichmentGETdocumentNumber
Example Request:
curl -X GET "http://api.gu1.ai/provider-records/cpfcnpj/person/complete/{documentNumber}" \\
  -H "Authorization: Bearer YOUR_API_KEY"

BDC

Provider CodeMethodRequired Parameters
br_bdc_basic_data_enrichmentGETdocumentNumber, organizationId
br_bdc_related_persons_enrichmentGETdocumentNumber, organizationId
br_bdc_financial_data_enrichmentGETdocumentNumber, organizationId
br_bdc_addresses_extended_enrichmentGETdocumentNumber, organizationId
br_bdc_emails_extended_enrichmentGETdocumentNumber, organizationId
br_bdc_phones_extended_enrichmentGETdocumentNumber, organizationId
br_bdc_related_companies_enrichmentGETdocumentNumber, organizationId
br_bdc_lawsuits_enrichmentGETdocumentNumber, organizationId
br_bdc_kyc_person_enrichmentGETdocumentNumber, organizationId
br_bdc_negative_media_enrichmentGETdocumentNumber, organizationId, name
br_bdc_protestos_enrichmentGETdocumentNumber, 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 CodeMethodRequired Parameters
br_jusbrasil_criminal_lawsuits_enrichmentPOSTdocumentNumber
br_jusbrasil_civil_lawsuits_enrichmentPOSTdocumentNumber
br_jusbrasil_labor_lawsuits_enrichmentPOSTdocumentNumber
br_jusbrasil_public_ministry_enrichmentPOSTdocumentNumber
br_jusbrasil_arrest_warrants_enrichmentPOSTdocumentNumber
br_jusbrasil_irregular_employer_enrichmentPOSTdocumentNumber
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"

AMLDD

Provider CodeMethodRequired Parameters
br_amldd_esg_enrichmentGETNone
br_amldd_lri_enrichmentGETNone
br_amldd_pep_enrichmentGETNone
br_amldd_mtlsn_complete_enrichmentGETNone
br_amldd_mtlsn_simple_enrichmentGETNone
br_amldd_mtlsn_with_internal_enrichmentGETNone
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"

πŸ‡¨πŸ‡± Chile

BASEAPI

Provider CodeMethodRequired Parameters
cl_baseapi_basic_data_person_enrichmentGETdocumentNumber, organizationId
Example Request:
curl -X GET "http://api.gu1.ai/provider-records/{organizationId}/kyb/person/baseapi-sii/basic-data/{documentNumber}/false" \\
  -H "Authorization: Bearer YOUR_API_KEY"

SRE

Provider CodeMethodRequired Parameters
cl_sre_info_person_enrichmentGETdocumentNumber, organizationId
Example Request:
curl -X GET "http://api.gu1.ai/provider-records/{organizationId}/kyb/person/sre/company-info/{documentNumber}/false" \\
  -H "Authorization: Bearer YOUR_API_KEY"

RUTSINFO

Provider CodeMethodRequired Parameters
cl_rutsinfo_info_person_enrichmentGETdocumentNumber, organizationId
Example Request:
curl -X GET "http://api.gu1.ai/provider-records/{organizationId}/kyb/person/rutsinfo/company-info/{documentNumber}/false" \\
  -H "Authorization: Bearer YOUR_API_KEY"

🌎 Global

COMPLYADVANTAGE

Provider CodeMethodRequired Parameters
global_complyadvantage_person_search_enrichmentPOSTname
global_complyadvantage_sanctions_enrichmentGETname, entityType
global_complyadvantage_pep_enrichmentGETname
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"

GUENO

Provider CodeMethodRequired Parameters
global_gueno_sanctions_enrichmentPOSTname
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
  • GUENO (AR): 5 provider codes
  • BCRA (AR): 3 provider codes
  • NOSIS (AR): 1 provider codes
  • ARCA (AR): 1 provider codes
See Shared Provider Codes for details.

See Also