v4

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-23171869.8 KB
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"
    }
  ]
}