Skip to main content
The ABBYY Vantage API Postman Collection offers an easy way to test and explore the Vantage API functionality.

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.
Next, obtain an access token. Option 1: Use the collection’s OAuth 2.0 helper
  • Open the collection → Authorization.
  • Click Get New Access Token.
  • Complete the OAuth flow, then Use Token.
  • This updates “vantageAccessToken” and all calls inherit it.
Option 2: Use the explicit “Get Access Token” requests
  • 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.

Environments

If you have access to multiple Vantage tenants and/or environments, consider importing the “dev” and “prod” environments shared with this collection to easily switch between tenants.

Vantage 3.0

Note that endpoints located in the v2 folder are available only on Vantage 3.0 and above.