integration-service
latest
false
UiPath logo, featuring letters U and I in white

Integration Service user guide

Last updated Mar 16, 2026

Google Speech-to-Text authentication

Prerequisites

To create a connection to the UiPath Google Speech-to-Text connector, you can choose between two authentication methods: API Key or OAuth 2.0 Authorization code.

Depending on the authentication type you select, you need one of the following credentials:

  • API Key
  • Client ID and Client secret

Refer to the Google Cloud Authentication documentation for more details on choosing the right authentication method for your use case.

Retrieve your credentials

API Key
  1. Log in to your Google Cloud Console.

  2. Create a new project or select an existing project which you want to use.

    docs image

  3. On your project dashboard, navigate to Quick access and select API & Services.

    docs image

  4. Select Enable APIs and Services.

    docs image

  5. Search for the API you want to enable. In this case, Speech-to-Text. Select it from the list, then selectk Enable.

    docs image

  6. An API Enabled confirmation message will be displayed on the API page.

    docs image

    Note: You might be required to add a Billing Account.

  7. Go back to the APIs & Services screen and select Credentials from the left-side panel.

    docs image

  8. Select Create Credentials. You can choose from several options: API key, OAuth client ID, or Service account.

    docs image

  9. Select API key. A key will be generated shortly.

  10. Copy the API key and use it to create the connection in Integration Service. Note: We recommend you do not share the API key. API calls are billed.

OAuth Client ID and Client secret
  1. Follow steps 1-8 from the previous section.

  2. At the Create credentials step, select OAuth client ID.

  3. Configure the application:

    1. Set Application type to Web application.
    2. Give your application a name.

    docs image

  4. Next, set the Redirect URI to: https://{baseURL}/provisioning_/callback, then select Create.

  5. Once your application is created, copy the Client ID and Client secret or download the JSON file storing the credentials.

    docs image

Add the Google Speech-to-Text connection

  1. Select Orchestrator from the product launcher.

  2. Select a folder, and then navigate to the Connections tab.

  3. Select Add connection.

  4. To open the connection creation page, select the connector from the list. You can use the search bar to find the connector.

  5. You can choose between two authentication methods: OAuth 2.0 Authorization code or API Key.

    docs image

  6. Enter the required credentials and select Connect.

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated