Set voice
set_voiceSet the voiceover voice for every clip in a project.
Use this to apply a clueprint's voice (read voiceover.voice.name and voiceover.voice.engine from the clueprint source data), or to switch all clips to a specific voice in one call. The voice is looked up by name + engine; lookup is case-insensitive on the name.
Common engines: 'eleven' (ElevenLabs), 'cartesia', 'google'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The project (guide) ID | |
| voice_name | Yes | Voice name as stored in the voices table (e.g. 'Alex', 'Sofia') | |
| voice_engine | Yes | Voice engine — 'eleven', 'cartesia', 'google', etc. |