You can use the Vantage Mobile Input feature, which allows capturing, processing, and uploading documents directly from the mobile device to ABBYY Vantage. Vantage Mobile Input starts with obtaining a mobile upload link via the Vantage API. The link will contain the parameters defining the number and types of documents to be captured during the mobile input session, ABBYY Vantage skills to process uploaded documents and more. For more information about using the Vantage API, see the Swagger documentation. Mobile upload link can be used to initiate a mobile input session:Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
- In micro applications for iOS and Android or web browser.
- In the native iOS and Android applications.
- Authenticate in ABBYY Vantage (see Authentication for detailed instructions).
- View the list of available skills and find the ID of the skill you need to process documents.
GET request to the skills resource:
Run the following command:
As a result, you will receive information about all skills available for your account.
- Create an empty transaction by sending a
POSTrequest to thetransactionsresource, specifying theskillIdparameter in the body of the request. To obtain the mobile upload link for that transaction, add thegenerateMobileInputLinkparameter with thetruevalue in the body of the request:
