v27

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

create a Google custom voice

post/GoogleCustomVoices

Request body

speech_credential_sidstring required
namestring required
reported_usagestring required
modelstring required

Example request

[
  {
    "speech_credential_sid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "name": "Sally",
    "reported_usage": "REALTIME",
    "model": "projects/12412312/locations/global/models/2134124123-2dbf-43be-9593-12314123"
  }
]

Response

Least Cost Routing Carrier Set Entry successfully created

sidstring required

Example response

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