| entity | object | Contains the response data |
| entity.result | object | Operation result status |
| entity.result.status | string | Processing status (e.g., success) |
| entity.result.message | string | Additional status message, empty on success |
| entity.document_type | string | Type of business document identified (e.g., Business Registration Certificate) |
| entity.issuing_country | string | Country where the document was issued |
| entity.issuing_authority | string | Authority or body that issued the document |
| entity.registration_number | string | Business registration number extracted from the document |
| entity.business | object | Extracted business information |
| entity.business.legal_name | string | Legal name of the registered business |
| entity.business.entity_type | string | Type of business entity (e.g., Incorporated, LLC) |
| entity.business.nature_of_business | array | List of business activity descriptions |
| entity.principal_place_of_business | object | Registered business address |
| entity.principal_place_of_business.street | string | Street address |
| entity.principal_place_of_business.city | string | City name |
| entity.principal_place_of_business.lga | string | Local Government Area (may be empty) |
| entity.principal_place_of_business.state | string | State or province |
| entity.principal_place_of_business.country | string | Country name |
| entity.registration_date | string | Date the business was registered (YYYY-MM-DD format) |