---
title: "Create voice"
method: POST
path: "/voices"
tags: ["voices"]
---

# Create voice

`POST /voices`

Create a new voice

## Headers

- `Authorization` string, required

## Request body

- object
  - `name` string, required
  - `dataset_url` string, uri
  - `callback_uri` string, uri
  - `language` string

## Response `200`

Voice created

- VoicesCreateVoiceResponse200
  - `success` boolean
  - `item` VoicesPostResponsesContentApplicationJsonSchemaItem

---

[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)
