-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Переадресовать запрос от мобильного клиента на апи гугла с проверкой квоты для каждого пользователя.
Пример запроса:
curl -H "X-Goog-Api-Key: API_KEY"
-H "Content-Type: application/json; charset=utf-8"
--data "{
'input':{
'text':'Hello I am david, Nice to meet you'
},
'voice':{
'languageCode':'en-gb',
'name':'en-GB-Standard-A',
'ssmlGender':'FEMALE'
},
'audioConfig':{
'audioEncoding':'MP3'
}
}" "https://texttospeech.googleapis.com/v1beta1/text:synthesize"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request