---
title: "Build voice"
method: POST
path: "/voices/{voice_uuid}/build"
tags: ["voices"]
---

# Build voice

`POST /voices/{voice_uuid}/build`

Start voice training

## Path parameters

- `voice_uuid` string, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `fill` boolean

## Response `200`

Build started

- VoicesBuildVoiceResponse200
  - `success` boolean
  - `message` 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)
