---
title: "Clone Tts Voice"
method: POST
path: "/v1/tts/voices"
tags: ["TTS"]
---

# Clone Tts Voice

`POST /v1/tts/voices`

Clone a voice from one or more audio recordings.

Multiple diverse samples (different phrases, tones) produce
significantly better and more natural-sounding clones.
Accepts mp3, m4a, wav, ogg, webm formats.

## Response `200`

Successful Response

- TTSCloneVoiceResponse
  - `voice_id` string, required
  - `name` string, required
  - `elevenlabs_voice_id` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/orsay/apis/fastapi.md) · [All operations](https://skmtc.net/orsay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orsay/fastapi/versions/23d1ff06d0d0/schema)
