smart-extract-documentation
v4.1.1
v4.1.1
  • SmartExtract
  • API Reference
    • Data Extraction API
      • Authentication
      • SmartExtract JSON API
    • Admin API
      • API Key Management
      • Extraction Logs API
  • smart-extract.js
    • Integration Overview
    • SmartExtract API
    • SmartExtractSimple API
    • Styling and Customisations
    • Pre-Fillling Extraction Form
    • Performing Multiple Extraction
    • Code Examples
      • SmartExtract API Examples
      • SmartExtractSimple API Examples
  • Appendix
Powered by GitBook
On this page

SmartExtract

APIs for rent roll and CRE document extraction

NextAPI Reference

Last updated 2 years ago

SmartExtract platform by clik.ai provides a tools to extract data from documents uploaded by your users. You can signup for SmartExtract at to start using the SmartExtract today.

This guide documents how SmartExtract works and how you can integrate it within your web application.

The SmartExtract platform provides two ways to integrate document data extraction in your platform:

  1. - You can integrate this widget in your web application to extract data from your financial documents. The widget also provides a spread sheet view to allow your users seamlessly edit/validate the extracted data. The validated data is then provided to your web application.

  2. - This is a more suitable solution if you are just looking to extract data in JSON format and then use your own UI to allow users to edit/validate data.

Which Solution To Use?

That totally depends on how you want to integrate with SmartExtract

  1. If you are looking just for an API that can take your financial documents and provide you with extracted data in JSON format, the is what you need to use. This also means that you need to build the user interface to allow your users to validate or update this extracted data.

  2. SmartExtract widget uses the SmartExtract API behind the scenes. It then presents the data extracted from the document in a spreadsheet view. The spreadsheet view is loaded in an iframe which can be placed anywhere in your application even on a popup dialog. The library takes care of most of the part and provides you with a simple Promise and Event based API to integrate the widget in your web application.

https://app.clik.ai/smart-extract
SmartExtract Widget
SmartExtract JSON API
SmartExtract JSON API
smart-extract.js