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

# Voice Clone

`POST /voices/clone`

Create a cloned voice from an audio file. This endpoint allows you to create a new voice by providing a voice sample and reference audio.

## Response `200`

Voice created successfully

- ClonedVoice
  - `id` string, uuid, required — Unique identifier for the voice record
  - `voice_id` string, required — Voice identifier used in API calls
  - `name` string, required — Name of the cloned voice
  - `description` string, nullable — Description of the voice
  - `gender` string, nullable — Gender of the voice
  - `age` string, nullable — Age category of the voice
  - `languages` string[], required — List of language codes supported by the voice
  - `dialect` string[], required — List of dialects supported by the voice
  - `type` string, nullable — Voice type
  - `sample_url` string, uri, required — URL to the sample audio file
  - `avatar_url` string, uri, nullable — URL to the avatar image
  - `stability` number, required — Voice stability value

## Other responses

- `400` — Bad Request - Invalid parameters
- `401` — Unauthorized - Invalid or missing API key
- `500` — Internal Server Error - Failed to create voice

---

[API](https://skmtc.dev/munsit/apis/munsit-api.md) · [All operations](https://skmtc.dev/munsit/apis/munsit-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/munsit/munsit-api/revisions/94ffa6d1cc73/schema)
