The Vantage API lets you access Document and Process skill parameters and change their values for a specific transaction. Parameters are passed as key-value string pairs. Values set via the API take precedence over values set in the Vantage UI.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.
Change skill parameter values
To change skill parameter values for a transaction, create a new transaction (or launch one) via POST and include the new values in theskillParameters body.
Create an empty transaction:
- Windows
- Linux
A transaction can have up to 10 key-value skill parameters. Keys are limited to 128 characters; values to 256.
Get skill parameter values
Use one of the following to retrieve skill parameter values.Query the skillParameters endpoint
Send a GET request:Download the transaction file
Send a GET request to download the transaction file, which contains parameter values in JSON:Related topics
Skill parameters
Configure and manage skill parameters to adjust skill behavior without retraining.
Document skill parameters
Configure parameters on a Document skill for different processing scenarios.
Process skill parameters
Access and modify Document skill parameters from a Process skill.
Extract activity
Extract field values from documents using a Document skill.
Vantage API introduction
Access Vantage programmatically via the REST API.
