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 The response describes the newly created task:
verification_type parameter as Troubleshooting or UserVerification.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.