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.
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 the skillParameters body.
Create an empty transaction:
Or launch a transaction that runs a specific skill:
Include new parameter values in the request body:
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:
Response:
Download the transaction file
Send a GET request to download the transaction file, which contains parameter values in JSON: