v4

OpenAPI 3.1.02026-07-313621,3961.8 MB
voices
voices

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.

post/v1/voices/{voice_id}/replicate-to-isolated-environment

Path parameters

voice_idstring required

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

Example:21m00Tcm4TlvDq8ikWAM

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

Headers

xi-api-keystring nullable

Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Request body

target_workspace_idstring required

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_idboolean

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 required

Voice ID of the replicated voice in the target residency.

Example response

{
  "voice_id": "21m00Tcm4TlvDq8ikWAM"
}