Replicate Voice To Isolated Environment

Replicates an Instant Voice Clone or Voice Design voice to a workspace in a different data residency. The target workspace must belong to the same consolidated billing group. The user must have VOICES_WRITE in the source workspace, and be an admin on the source voice. Human users (i.e. not service accounts) must also have VOICES_WRITE in the target workspace. This endpoint is available on the central environment only.

Path parameters

voice_idstringRequired
Voice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices.

Headers

xi-api-keystringOptional

Request

This endpoint expects an object.
target_workspace_idstringRequired

ID of the workspace to replicate the voice into. It must belong to the same consolidated billing group as the calling workspace; the target’s data residency is derived from that link.

preserve_voice_idbooleanOptionalDefaults to true

When true (default) the replicated voice keeps the same voice ID in the target residency; set to false to assign a new voice ID.

Response

Successful Response
voice_idstring
Voice ID of the replicated voice in the target residency.

Errors

422
Unprocessable Entity Error