List Custom Voices
Retrieve all custom voices created in your workspace.
GET
Headers
x-api-keystringrequiredAPI key used for authenticating requests to the API.
x-workspace-idstringrequiredWorkspace identifier for the API.
Response Fields
voicesarrayArray of custom voice objects.
_idstringUnique identifier for the custom voice.
namestringName of the custom voice.
descriptionstringDescription of the custom voice.
languagestringLanguage code for the voice.
workspaceIdstringWorkspace that owns the custom voice.
createdAtstringTimestamp when the voice was created.
[
{
"_id": "665a1b2c3d4e5f6a7b8c9d0e",
"name": "Custom Sales Voice",
"description": "Friendly sales representative voice",
"language": "en",
"workspaceId": "664a1b2c3d4e5f6a7b8c9d0e",
"createdAt": "2024-06-01T09:00:00.000Z"
}
]