Learn how to add, modify, or remove speakers in your project, and how to change the voices assigned to them.
Get available voice options for your project
project_id
and get project voices endpoint to pull the list of all voices available for specified projectFrom the successful response, identify and obtain the voice_id
for the voices you wish to assign.Change voice assigned to Speaker(s)
project_id
with the Patch Project endpoint. Pass the voice array with key-value entries where:SPEAKER_00
, SPEAKER_01
, etc.).voice_id
you want to assign.voice_id
using the API and assign it to a speaker.