Skip to content

KAZOO Support Channels

This documentation is curated by 2600Hz as part of the KAZOO open source project. Join our community forums here for peer support. Only features in the docs.2600hz.com/supported space are included as part of our 2600Hz Support Services plan.

Google Cloud Speech API#

Configuration#

Set the ASR provider setting to Google:

sup kapps_config set_default speech asr_provider google
Then configure the Google-specific ASR settings:

sup kapps_config set_default speech.google {KEY} {VALUE}
Key Value
asr_api_key "Your-API-Key"
asr_url https://speech.googleapis.com/v1/speech:recognize
asr_enable_word_time_offsets false
asr_profanity_filter false

Google Cloud Text-to-Speech API#

Configuration#

Set the TTS provider setting to Google:

sup kapps_config set_default speech tts_provider google
Then configure the Google-specific TTS settings:

sup kapps_config set_default speech.google {KEY} {VALUE}
Key Value
tts_api_key "Your-API-Key"
tts_url https://texttospeech.googleapis.com/v1/text:synthesize