elevenlabs_text_to_voice_design
Design A Voice.. Design a voice via a prompt. This method returns a list of voice previews. Each preview has a generated_voice_id and a sample of the voice as base64 encoded mp3 audio. To create a voice use the generated_voice_id of the preferred preview with the /v1/text-to-voice endpoint.
Bulk support: accepts model_ids, remixing_session_ids, remixing_session_iteration_ids for batched execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | ||
| text | No | ||
| account | No | ||
| quality | No | ||
| loudness | No | ||
| model_id | No | ||
| model_ids | No | ||
| output_format | No | ||
| guidance_scale | No | ||
| should_enhance | No | ||
| prompt_strength | No | ||
| stream_previews | No | ||
| voice_description | Yes | ||
| auto_generate_text | No | ||
| remixing_session_id | No | ||
| remixing_session_ids | No | ||
| reference_audio_base64 | No | ||
| remixing_session_iteration_id | No | ||
| remixing_session_iteration_ids | No |