Skip to main content
Verification entails checking that the data has been recognized correctly and that the rules have returned no errors. Verification is done by human operators. ABBYY FlexiCapture for Invoices Cloud provides unique URLs that direct verification operators to the verification UI for data validation. The verification UI offers the same functionality as the ABBYY FlexiCapture Web Verification Station. To open the verification UI for a task:
1

Get the authorization header

Get the authorization header.
2

Upload a file

Upload a file to the server. For the full upload flow, see Extraction of main invoice fields.
3

Start a processing task

Start a document processing task to begin data extraction using the Task.Run method. Specify the verification_type parameter as Troubleshooting or UserVerification.
The response describes the newly created task:
4

Track the task status

Track the task status using the Task.Get method. For details, see Extraction of main invoice fields. Once the task status has changed to WaitForAction, you can open the verification UI.
5

Create a verification URL

Create a verification URL in the following format:
Here, {cloud-host} is your region host and {verification_id} is the verification identifier from the Task.Get response. For example:
6

Open the verification URL

Open the verification URL in a browser.
7

Download the results

Track the task status. After the task status has changed to Done, you can download the output files and delete the task. For details, see Extraction of main invoice fields.