Set narrator voice
set_narrator_voiceSet the project's narrator TTS voice — required before generate_voiceover whenever the script has narration. Browse ids with list_voices. (Character dialogue voices are separate: set_character_voice.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| voice_id | Yes | TTS voice ID for the narrator, from list_voices (use the provider matching the project's voice_tts_provider) | |
| project_id | Yes | Project ID, as returned by create_project or list_projects |