---
title: "Edit Pvc Voice"
method: POST
path: "/v1/voices/pvc/{voice_id}"
tags: ["pvc-voices"]
---

# Edit Pvc Voice

`POST /v1/voices/pvc/{voice_id}`

Edit PVC voice metadata

## Path parameters

- `voice_id` string, required — Voice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices.

## 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

- BodyEditPVCVoiceV1VoicesPvcVoiceIdPost
  - `name` string — The name that identifies this voice. This will be displayed in the dropdown of the website.
  - `language` string — 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/versions/e77a0a530a82/schema)
