Skip to main content
Your application may call ABBYY Vantage services directly via the Vantage API. The API lets you process your files using any of the available skills and review documents in the Manual Review client. To design or edit skills and monitor activities, you will have to use the web interface. For more information, see the API description in the API Reference guide. This guide walks you through a few simple steps where you will choose a skill to use, upload the files to be processed with that skill, and retrieve the results.

Processing Methods

Using Separate API Calls

Using separate API calls for creating a transaction, uploading a file, and starting a transaction. Choose this method if you want to process large files in multiple threads. Best for:
  • Large files
  • Multiple file processing
  • Multi-threaded uploads
  • More control over the process

Using a Single API Call

Using a single API call that does all of the above in one step. Choose this method if you only have one file that is less than 30 MB in size. Best for:
  • Small files (< 30 MB)
  • Single file processing
  • Quick integration
  • Simplified workflow