Know Your Business
...
Global
MENA

UAE Trade licence Extraction

overview & purpose the uae trade license extraction service is designed to streamline the extraction process for uae trade licenses using optical character recognition (ocr) technology by leveraging advanced ocr algorithms, our solution accurately extracts key information such as issue date, expiry date, document type, business name, address, business activities, issuing region, issuing country, issuing authority, additional data (such as managers and establishment date), and shareholder patterns from trade license documents uae trade license the uae trade license is an official authorization granted to entities by the relevant government authorities in the uae it enables businesses to engage in specific commercial activities within the designated jurisdiction and in accordance with uae laws and regulations the trade license consists of the following components license type categorizes the trade license based on the nature of business activities, including commercial, professional, industrial, or tourism related licenses each license type specifies the permissible scope of business operations legal form indicates the legal form of the business entity, such as limited liability company (llc), sole proprietorship, partnership, free zone company, or branch of a foreign company this information defines the legal framework and obligations of the business trade name the registered trade name under which the business operates, complying with guidelines set by the relevant licensing authority it must be unique and should not infringe upon existing trademarks or copyrights activities specifies the permitted business activities authorized for the licensee, aligned with the uae's standard industrial classification (sic) system and approved business categories validity indicates the period during which the trade license is valid, requiring timely renewal to ensure uninterrupted business operations regulatory authority mentions the specific government authority responsible for issuing and regulating the trade license this information helps identify the relevant authority for inquiries, compliance, or updates related to the trade license the uae trade license provides a comprehensive overview of the business's legal status, authorized activities, and regulatory compliance, serving as a fundamental document that demonstrates legitimacy and adherence to trade laws in the uae api details sample curl curl location 'https //api preproduction signzy app/api/v3/extraction/trade license' \\ \ header 'content type application/json' \\ \ header 'authorization \<authorization token>' \\ \ data '{ "requestid" "string", "documenturl" "https //persist signzy tech/api/files/xx/download/xxxxx jpg", "documenttype" "doc", "country" "uae", "callbackurl" "http //example com" }'curl location 'https //api signzy app/api/v3/extraction/trade license' \\ \ header 'content type application/json' \\ \ header 'authorization \<authorization token>' \\ \ data '{ "requestid" "string", "documenturl" "https //persist signzy tech/api/files/xx/download/xxxx jpg", "documenttype" "doc", "country" "uae", "callbackurl" "http //example com" }' api input the api expects the following input in the request payload { "requestid" "\<a string which represents the request id associated with a request>", "documenturl" "\<url of the trade license document>", "documenttype" "\<type of the document uploaded>", "country" "\<country associated with the trade license>", "callbackurl" "\<callback url associated with the input request>" } field type description requestid string request id associated with the input request documenturl string url of the trade license document for which the extraction has to be done documenttype string type of the document (usually, "doc") country string country associated with the trade license document callbackurl string callback url associated with the request api output success response { "results" { "extractedfields" { "issuedate" "28/05/2020", "expirydate" "27/05/2023", "documenttype" "doc", "documentnumber" "xxxxxx", "businessname" "xxxxx l l c", "address" "", "businessactivities" \[ "/" ], "issuingregion" "dubai", "issuingcountry" "uae", "issuingauthority" "", "additionaldata" { "managers" "", "establishmentdate" "" }, "shareholderspattern" \[ {} ] } } }// bad request { "statuscode" 400, "error" "bad request", "message" "unexpected token \n in json at position 202" }// expired url { "error" { "status" "422", "msg" "var field(s) required", "responsecode" "fail" } }{ "error" { "status" "415", "msg" "media type not supported , please send the document in one of the following formats pdf/png/jpeg/jpg/tiff/tif ", "responsecode" "fail" } } field type description results object contains the result from the service for all the extracted information from the uae trade license results issuedate string the date when the document was issued results expirydate string the date when the document expires results documenttype string the type of document, in this case, it's a document ('doc') results documentnumber string the unique identifier number assigned to the document results businessname string the name of the business entity results address string the address of the business entity results businessactivities array the activities or services the business is engaged in results issuingregion string the region where the document was issued results issuingcountry string the country where the document was issued, in this case, the united arab emirates (uae) results issuingauthority string the authority responsible for issuing the document results additionaldata object additional information related to the document results additionaldata managers string information about the managers of the business results additionaldata establishmentdate string the date when the business was established results shareholderspattern array the pattern or structure of shareholders within the business getting help please feel free to contact us if you have any questions, require clarification, or have ideas for how to make the documents or any of our services better you can reach out to us at help\@signzy com we strive to provide prompt and reliable assistance, ensuring your queries are addressed effectively we value your feedback and are committed to making your experience smooth and enjoyable our team is dedicated to assisting you with any needs you may have thank you for choosing our services we look forward to helping you!