No products in the cart.
WPBot Voice Addon Google API Setup
First of all, You need to create a google project. In order to create a project please go to the following URL below and follow along with the screenshots.
https://console.cloud.google.com/home/dashboard
Then Click on the New Project button to create a new project.
Now please give a name of the project.
After creating a project you will be redirect to the dashboard of this project. Now you need to enable the following APIs for your google project: Cloud Text-to-Speech API & Cloud Speech-to-Text API
You can enable these APIs by clicking on the “Go to APIs overview” from Project Dashboard.
After that you need to click on the + Enable APIs and Services button.
Now you need to search for Cloud Text-to-Speech API & Cloud Speech-to-Text API and enable them. You need to may require enable billing in order to enable these APIs.
After enabling the required APIs you need to create a service account the for google project in order to connect with the Voice Addon plugin. In order to do that you need to go back to the project dashboard and click on the IAM & Admin > Service Accounts menu.
Click on the + Create Service Account button at top.
Give a name of the Service Account and hit the Create button.
Select the Owner role for this service account and hit continue.
Then hit Done. You have created the service account successfully and set the necessary permission for the service account. Now the last steps is to create key for this service account. In order to create key you need to click on the 3 dot icon from Actions column then Manage Keys.
Then click on Add Key > Create New key.
Select JSON and hit the Create button.
After that a JSON file should download on your computer immediately. You need to open this file in a text editor and copy the whole text and paste it into the Private Key area from Bot – Voice Addon > General Settings page from dashboard.
Now you need to add the project ID in the Google Project ID field. You can easily find the project ID by clicking on the project dropdown from your google project dashboard.
Thank you being with us!