Prerequisites
A premium Power Automate license is required to use this connector.
- Authorized Redirect URL: Obtained from Power Automate further in this setup guide. Keep the abbyy.com redirect URL.
- Client ID: Your Public API Client ID.
- Client Secret: Your Client Secret.
- Disable Require PKCE for Authorization Code Flow.
- Enable Allow issuing refresh tokens to refresh access tokens.
- Enable Allow client credentials flow. For Role(s),
Skill Useris recommended.
Example configured API Client
Example configured API Client

Finding the Tenant ID
Finding the Tenant ID
Installing the Connector
First, download the connector from the ABBYY Marketplace.- Open Microsoft Power Automate then select Data > Custom connectors from the menu on the left. You may need to select More to find the option.
- Click + New custom connector and select Import an OpenAPI file.
- Enter a name for the connector such as “ABBYY Vantage.”
-
Browse for the
ABBYY-Vantage-ProcessingAPI.swagger.jsonfile and open it.
Configure General Information
-
[Optional] Upload a connector icon using the ABBYY Vantage logo (
Vantage-Square-icon.png) included in the connector download. - Change the Host URL to your Vantage server address. The same host address should be used in the Authorization URL and Token URL fields.
Configure Security
Set Authentication type to OAuth 2.0 and fill in the following fields using the values from your Vantage Public API Client:- Client ID: Your Public API Client ID.
- Client secret: Your Public API Client secret.
- Authorization URL:
https://vantage-[region].abbyy.com/auth2/[tenant-id]/connect/authorize - Token URL:
https://vantage-[region].abbyy.com/auth2/[tenant-id]/connect/token - Refresh URL:
https://vantage-[region].abbyy.com/auth2/[tenant-id]/connect/token - Scope:
openid permissions global.wildcard offline_access
- Click Create Connector at the top of the page to create the connector and generate the Redirect URL.
- Copy the Redirect URL. In your Vantage Public API Client under Authorized Redirect URLs, click Add Redirect URL and paste the URL.
-
In your Vantage Public API Client under OAuth 2.0 Flows Settings:
- Disable Require PKCE for Authorization Code Flow.
- Enable Allow issuing refresh tokens to refresh access tokens.
Create a Connection
On the Test tab, choose New Connection. A pop-up login window opens. Enter your ABBYY Vantage username and password and be sure to choose the same account that contains the Public API Client for Microsoft Power Automate.Test the Connection
After successfully logging into your Vantage account, the new connection appears in the Connections list. Verify that the connector is functioning properly by testing an operation. SelectListAllAvailableSkills from the Operations list and click Test operation. If it doesn’t work, review the previous steps to ensure all fields have been configured correctly.

