Use the Vantage API to access and modify Document and Process skill parameter values.
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.
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:
POST {your-host}/api/publicapi/v1/transactions
Or launch a transaction that runs a specific skill:
POST {your-host}/api/publicapi/v1/transactions/launch?skillId={skill-id}