Manage Voices
Everything after creation: find your voices, fetch their samples, and remove them
A cloned voice belongs to the workspace rather than the member who created it, and access follows the caller’s workspace role and API-key scopes exactly as for any other voice: voices scopes to list it, audio scopes to synthesize with it, and the content-management permission plus a write scope on the key to delete it. This page covers the lifecycle after creation - creating one is the Voice Cloning API page.
List voices
Cloned voices appear in the voices list alongside Speechify’s built-in catalog:
Each voice’s models array reflects what your workspace can actually synthesize with it, so branch on that rather than assuming model support.
Get a voice
Fetch a single voice by its id:
Download the sample
The audio sample a clone was built from is retrievable as WAV:
Delete a voice
Remove voices you no longer need:
Deletion is immediate: synthesis requests that name the deleted voice’s id fail from that point on.