v27

latestOpenAPI 3.0.0MITraw.githubusercontent.com2025-11-2810941146.5 KB
Speech

add a speech credential

post/Accounts/{AccountSid}/SpeechCredentials

Request body

speech_credential_sidstring uuid
account_sidstring uuid
vendor'google' | 'aws'
service_keystring
access_key_idstring
secret_access_keystring
aws_regionstring
last_usedstring date-time
last_testedstring date-time
use_for_ttsboolean
use_for_sttboolean
tts_tested_okboolean
stt_tested_okboolean
riva_server_uristring

Response

speech credential successfully created

sidstring required

Example response

{
  "sid": "9d26a637-1679-471f-8da8-7150266e1254"
}