This document provides examples on how to quickly integrate with the DocFlow workflow via APIs.
If you have not used DocFlow in the Web UI before, we recommend uploading a file on the Web page first to get a clear idea of how DocFlow works.
If you have not used DocFlow in the Web UI before, we recommend uploading a file on the Web page first to get a clear idea of how DocFlow works.
01 Prerequisites: Obtain Access Credentials
1.1 Public Cloud Usage
When using the Docflow API, you need to obtain an API Key first.Please contact Intsig’s sales team to obtain your TextIn Account. Use TextIn Account to login and get
x-ti-app-id
and x-ti-secret-code
from Textin console API Keys & Account.
1.2 Private Cloud Usage
Please contact the technical support personnel you are working with to obtain API call credentials for private deployment.02 Preparation
2.1 Configure Docflow Workspace and Classification
First, refer to the Get Workspace ID and Configure File Categories documents to complete the configuration and obtain the workspace ID.2.2 Upload Files
Example:2.3 Retrieve Results
Example:2.4 Result Parsing
The retrieved result is in JSON format containing the processed document results. You can obtain the document parsing, classification, and extraction results by parsing the JSON.The example below shows the extracted document fields in the output. For parsing of other information, refer to the relevant sections of this documentation.