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

# Edit Voice

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

Edit a voice created by you.

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

## Response `200`

Successful Response

- EditVoiceResponseModel
  - `status` string, required — The status of the voice edit request. If the request was successful, the status will be 'ok'. Otherwise an error message with status 500 will be returned.

## 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/e77a0a530a82/schema)
