Voice
Get voice prompts
Retrieve all private voice prompts associated with the authenticated customer's account. Results can be limited using the limit query parameter.
get/voice
Query parameters
limitinteger
Maximum number of voice prompts to return
Headers
x-api-keystring required
API Key
Response
List of voice prompts
Example response
{
"voicePrompts": [
{
"id": "vp_12345abcde",
"title": "Professional Narrator",
"name": "Professional Female Voice",
"locale": "en-US",
"gender": "FEMALE",
"speakingStyle": "narrative"
}
]
}