Prerequisites from Mix

Before developing your gRPC application, you need a Nuance Mix account. This account provides credentials to run your Neural TTSaaS applications.

Mix credentials

To obtain the credentials from your Mix account and obtain access to Neural TTSaaS:

  1. Log into Mix.

  2. Click MANAGE at the top.

  3. Click Applications at the left.

  4. Information appears in the App ID box. (If it doesn’t, click the Settings icon Settings at the left.)

  5. In the App ID box, click the down arrow beside Client Name: default. Your Client ID is displayed in the list, starting with appID:

  6. Click Generate Client Secret. Your client secret is displayed. Click Copy to Clipboard and save it carefully, as the value is not stored.

The authorization scope used by Neural TTSaaS is tts. It is available in all Mix accounts.

You will use these credentials—client ID, client secret, and scope—as part of the authorization process for calling the Neural TTSaaS API.

Mix application credentials

Production URL

The production URL for Neural TTSaaS is tts.api.nuance.com with the gRPC header x-nuance-tts-neural.

See also: