---
title: "Create Pvc Voice"
method: POST
path: "/v1/voices/pvc"
tags: ["pvc-voices"]
---

# Create Pvc Voice

`POST /v1/voices/pvc`

Creates a new PVC voice with metadata but no samples

## Headers

- `xi-api-key` string, nullable — Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

## Request body

- BodyCreatePVCVoiceV1VoicesPvcPost
  - `name` string, required — The name that identifies this voice. This will be displayed in the dropdown of the website.
  - `language` string, required — Language used in the samples.
  - `description` string, nullable — Description to use for the created voice.
  - `labels` object, nullable — Labels for the voice. Keys can be language, accent, gender, or age.

## Response `200`

Successful Response

- AddVoiceResponseModel
  - `voice_id` string, required — The ID of the voice.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation.md) · [All operations](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elevenlabs/elevenlabs-api-documentation/revisions/3b2cee2701a3/schema)
