---
title: "Replicate Voice To Isolated Environment"
method: POST
path: "/v1/voices/{voice_id}/replicate-to-isolated-environment"
tags: ["voices", "voices"]
---

# Replicate Voice To Isolated Environment

`POST /v1/voices/{voice_id}/replicate-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_id` string, required — Voice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices.

## Headers

- `xi-api-key` string, 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.

## Request body

- ReplicateVoiceToIsolatedEnvironmentRequestModel
  - `target_workspace_id` string, 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_id` boolean — 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 `200`

Successful Response

- ReplicateVoiceToIsolatedEnvironmentResponseModel
  - `voice_id` string, required — Voice ID of the replicated voice in the target residency.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation.md) · [All operations](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elevenlabs/elevenlabs-api-documentation/revisions/e77a0a530a82/schema)
