Document Intelligence
US Article of Incorporation Extraction
overview the us article of incorporation extraction api is designed to extract key information from articles of incorporation documents for us based corporations this api enables automated retrieval of essential corporate data such as company name, business purpose, and registration details directly from the incorporation documents provided via a url to the document use case legal and compliance assists legal teams and compliance officers in quickly extracting structured information from incorporation documents for due diligence and regulatory compliance business registration services used by business service providers to automate the setup and registration processes for new businesses by extracting necessary legal documents data management helps corporate data management teams to populate and maintain accurate business entity records in corporate databases api details request body preproduction curl location 'https //api preproduction signzy us/api/v3/us api/aoi extraction' \\ \ header 'authorization \<auth token>' \\ \ header 'content type application/json' \\ \ data raw '{ "fileurl" "https //persist signzy tech/api/files/1174103597/download/95f550e429444efa9fd2e0483acbc2863a130ec7cea042f88e002373cef43ea2 pdf" }' production curl location 'https //api signzy us/api/v3/us api/aoi extraction' \\ \ header 'authorization \<auth token>' \\ \ header 'content type application/json' \\ \ data raw '{ "fileurl" "https //persist signzy tech/api/files/1174103597/download/95f550e429444efa9fd2e0483acbc2863a130ec7cea042f88e002373cef43ea2 pdf" }' request body parameters parameter type description required fileurl string link to the article of incorporation file for extraction yes response body 200 { "result" { "legalcompanyname" "", "businesspurpose" "", "registrationnumber" "", "registeredaddress" "", "registeredstate" "", "registeredagent" "", "dateofincorporation" "" } } data schema field data type description required legalcompanyname string the official registered legal name of the company yes businesspurpose string the primary stated business purpose as per the company’s aoi yes registrationnumber string unique registration/incorporation number yes registeredaddress string the official registered business address in aoi yes registeredstate string the state where the business is incorporated yes registeredagent string the registered agent in article of incorporation yes dateofincorporation string (yyyy mm dd) the official incorporation date of the company yes error code and response mapping 400 (bad request) { "error" { "name" "error", "message" "bad input and description ", "status" 400, "reason" "validation error", "type" "bad request", "statuscode" 400 } } 401(unauthorized) { "error" { "name" "error", "message" "invalid authentication credentials", "status" 401, "reason" "authentication error", "type" "bad request", "statuscode" 401 } } 403 (forbidden) { "error" { "name" "error", "message" "forbidden", "reason" "error", "type" "bad request", "statuscode" "403" } } 500 (internal server error) { "error" { "name" "error", "message" "internal server error", "status" 500, "reason" "error", "type" "bad request", "statuscode" 500 } } 409(upstream down { "error" { "name" "error", "message" "upstream down", "status" 409, "reason" "error", "type" "bad request", "statuscode" 409 } } field type description name string text displayed on the screen explaining error type reason string reason for the error status number http status code message string error message indicating an upstream error type string error type statuscode number status code representing the error scenario 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!