---
title: "Create voice from candidate"
method: POST
path: "/voice-design/create"
tags: ["voiceDesign"]
---

# Create voice from candidate

`POST /voice-design/create`

Create a voice from a voice design candidate

## Headers

- `Authorization` string, required

## Request body

- object
  - `uuid` string, required
  - `voice_sample_index` integer, required
  - `name` string, required

## Response `200`

Voice created

- VoiceDesignCreateVoiceFromCandidateResponse200
  - `success` boolean
  - `voice_uuid` string

---

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