---
title: "Clone Voice"
method: POST
path: "/voices/clone"
tags: ["Voices"]
---

# Clone Voice

`POST /voices/clone`

## Headers

- `Cartesia-Version` '2026-03-01', date, required

## Response `200`

- VoiceMetadata
  - `id` string, required — The ID of the voice. Find one in the [Voice Library](https://play.cartesia.ai/voices) or via [List Voices](/api-reference/voices/list).
  - `access` object, required — Who can access the voice
    - `type` 'private' | 'public', required — Who can use the voice: - `private`: only your organization can use the voice - `public`: anyone can use the voice
    - `visibility` 'owner' | 'all', required — Who sees the voice when using the [list endpoint](/api-reference/voices/list): - `owner`: only your organization sees the voice listed - `all`: all users see the voice listed
  - `name` string, required — The name of the voice.
  - `tagline` string, required — A few words describing the voice.
  - `description` string, required — A description for the voice, typically longer than the tagline if both are provided.
  - `created_at` string, date-time, required — The date and time the voice was created.
  - `language` string, required — The voice's language, as an ISO 639-1 code (e.g. `en`, `fr`, `zh`)
  - `is_public` boolean, required — Whether the voice is publicly accessible. Always false on this endpoint.
  - `user_id` string, required — The ID of the user who owns the voice.

---

[API](https://skmtc.net/cartesia/apis/cartesia-api.md) · [All operations](https://skmtc.net/cartesia/apis/cartesia-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cartesia/cartesia-api/versions/8910812440d3/schema)
