Added

Introducing a new type for Document Analysis : company_certificate

You can now use our Document Analysis endpoint endpoint to extract and check data for KBIS documents.

To request a new Document Analysis from a KBIS document simply specify :

  • "type" : "company_certificate"

To check whether a person appears in the legal representatives extracted from the KBIS, you can optionally add :

  • checks[legal_representatives][0][first_name]
  • checks[legal_representatives][0][last_name]

In addition to those checks, we use the issuance date of the document to check whether the document is older then 3 months which is the validity period for a KBIS document.

To help you better understand the results of those checks we are adding status codes to the Document Analysis endpoint (more details here).