Download
Usage
First, open the collection (“ABBYY Vantage API”) then go to the Variables tab. Fill in the values found in your Vantage tenant:- baseUrl: Defaulted to the United States region. Change to “https://vantage-eu.abbyy.com” for Europe or “https://vantage-au.abbyy.com” for APAC.
- clientId and clientSecret: Obtained from the Vantage site via Configuration → Public API Client.
- scope: Pre-configured, but can be adjusted as needed.
- Open the collection → Authorization.
- Click Get New Access Token.
- Complete the OAuth flow, then Use Token.
- This updates “vantageAccessToken” and all calls inherit it.
- Open Get Access Token (Client Credentials) (or the other token request).
- Click Send; the post-response script will store the token into “vantageAccessToken”.
- All other requests (like Gets the detailed information about a skill) will then work with inherited auth.
