[POST]
{{baseUrl}}/api/v1/document/analysis/business_document

HeaderTypeDescription
AppIdstringCreate an app to get your app ID on dashboard here
Authorizationstringpublic secret key

Body parameter

ParameterTypeDescriptionRequired
input_typestringurl, defaults to urlrequired
input_valuestringImage URL of the Business document.required

Response

Response
{
    "entity": {
        "result": {
            "status": "success",
            "message": ""
        },
        "document_type": "Business Registration Certificate",
        "issuing_country": "Sandbox Country",
        "issuing_authority": "Sandbox State Business Authority",
        "registration_number": "SBX-0000",
        "business": {
            "legal_name": "Sandbox Demo Company Ltd.",
            "entity_type": "Incorporated",
            "nature_of_business": ["Software Development", "Testing Services"]
        },
        "principal_place_of_business": {
            "street": "123 Sandbox Street",
            "city": "Testville",
            "lga": "",
            "state": "SB",
            "country": "Sandbox Country"
        },
        "registration_date": "2025-01-01"
    }
}