Get speech profiles for your account
GET https://voice.8x8.com/api/v1/subaccounts/:subAccountId/speech-profiles
Get speech profiles for your account
Request
Path Parameters
subAccountId stringrequired
Possible values: >= 3 characters and <= 50 characters, Value must match regular expression ^[A-Za-z0-9\-._&]{3,50}$
You must replace {subAccountId} with the subaccountid that you want to use. By default this is generated once you have completed the voice onboarding.
Request succeeded
Schema
- Array [
- ]
speechProfiles object[]
speechProfileCodestring
The unique code for the speech profile.
localeCodestring
The locale code for the speech profile.
localeDescriptionstring
The locale description for the speech profile.
genderstring
The gender of the voice profile.
statusCodeinteger
statusMessagestring
{
"speechProfiles":[
{
"speechProfileCode":"en-US-Standard-A",
"localeCode":"en-US",
"localeDescription":"EnglishUS",
"gender":"F"
},
{
"speechProfileCode":"da-DK-Naja",
"localeCode":"da-DK",
"localeDescription":"Danish",
"gender":"F"
}
]
}
API key not found or invalid
Resource not accessible
Resource not found
Server error
Source: https://developer.8x8.com/connect/reference/get-voice-profile-information · 8x8 CPaaS Developer Docs. Synced for support deflection.
Please sign in to leave a comment.
0 Comments