G

Google Cloud Text-to-Speech REST API

REST discovered

Details
URL
https://texttospeech.googleapis.com
Docs
https://docs.cloud.google.com/text-to-speech/docs/reference/rest
Authentication
Google Cloud OAuth 2.0 access token / Application Default Credentials for Text-to-Speech oauth2 discovered Set up OAuth ↗
Authorization: Bearer <credential>

Follow Authenticate to Text-to-Speech. The easiest paths the docs call out are to use your gcloud CLI credentials or set up Application Default Credentials (ADC). For local development, run gcloud auth application-default login; for service-to-service use, create a service account in Google Cloud Console and configure ADC with its credentials as described in the auth guide.