List voices for text-to-speech
list_voicesRetrieve available library voices with IDs, names, languages, and genders for create_audio_clip. Set include_cloned to true to also get your account's cloned voices for voice_user_id.
Instructions
Library voices (id, name, language, gender) usable as voice_id in create_audio_clip. With include_cloned=true also returns the account's own cloned voices, usable as voice_user_id. Voices are cloned in the CraftStory app, not via the API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_cloned | No | Also return the account's cloned voices (default false) |