---
title: "Instant Voice Clone"
method: POST
path: "/v1/voices"
tags: ["v1"]
---

# Instant Voice Clone

`POST /v1/voices`

Create a zero-shot voice in the database without generating a sample.

## Headers

- `authorization` string

## Request body

- InstantVoiceCloneRequest
  - `paths` string[], required — List of paths to audio files
  - `name` string, required — Name of the voice
  - `description` string — Description of the voice

## Response `200`

Successful Response

- InstantVoiceCloneResponse
  - `display_name` string, required — Display name of the voice
  - `voicemodel_uuid` string, required — UUID of the voice

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/uberduck/apis/uberduck-text-to-speech-api.md) · [All operations](https://skmtc.dev/uberduck/apis/uberduck-text-to-speech-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/uberduck/uberduck-text-to-speech-api/revisions/fbf2fc6fd0ae/schema)
