Documents
What it Does
Sikoia's documents solution enables you to upload, manage, and analyse files or documents containing additional entity data for any case, company, or person. This comprehensive solution offers a wide range of features, including:
- File/document management: Perform CRUD (Create, Read, Update, Delete) operations to manage documents associated with entities.
- Document classification: Automatically classify documents into predefined document types using advanced ML/AI techniques. Learn more about document classification.
- Document integrity checks: Ensure documents meet eligibility requirements by applying predefined rules. Learn more about integrity checks.
- Transform documents into high-quality structured data: Extract, process, and analyse unstructured document data to produce high-quality structured data for supported document types, including payslips and bank statements. This structured data can be used for Income & Employer Verification, Affordability Insights, and Completeness Checks.
How it Works
- Create a case: Create a case and optionally add a person or company entity to the case.
- Select the entity to which you want to attach the document. Documents can be uploaded to cases, people, or companies.
- Base64 encode the file: Any files to be uploaded to the platform need to be base64 encoded and sent as a string.
- Upload the document: Once it is base64 encoded, you can go ahead and upload the document via the upload document endpoint
- The maximum file size for uploads is 20MB.
- The following file formats are supported for uploads (but not all are supported for further processing):
- DOC, DOCX
- TXT, CSV
- MSG
- WPD
- RTF
- PPT, PPTX
- XML
- JPG, JPEG, PNG
- XLS, XLSX
- HTM, HTML
- JSON
Recipe & Endpoints
Check out this recipe for more information on how to use Sikoia's API to attach documents to an entity.
📄
Manage Documents
Open Recipe
Start exploring Sikoia's document endpoints here.
Updated 5 days ago
What’s Next