Use it in the web app
No code — manage voices in the browser.
API reference
Every endpoint for voice models.
Cookbooks
Search and reuse Library voices.
When to use it
Browse your library
List the voices you’ve created or saved.
Find a voice id
Look up the
reference_id to use in Text to Speech.Update metadata
Rename, re-tag, or change a model’s visibility.
Clean up
Delete models you no longer use.
List your voices
Page through your library. The response carries thetotal count and the items for the current page.
Get, update, and delete
Use a voice id to inspect a single model, change its metadata, or remove it.Implementation details
Filtering and pagination
Narrow the list withtitle, tags, or language, and page with page_size and page_number. Omit self_only (API: self) to search the public Voice Library instead of just your own models.
Visibility
Switch a model betweenprivate, unlist (shareable link), and public (listed in the Voice Library) with update. Publishing a model lets anyone use it as a reference_id.
Going further
Clone a voice
Create a new model from audio samples.
Speak with a voice
Use any voice id as
reference_id.Voice Models API
Every endpoint for listing and managing models.
Python reference
The full
voices resource surface.
