---
title: "Add Samples To Pvc Voice"
method: POST
path: "/v1/voices/pvc/{voice_id}/samples"
tags: ["pvc-voices"]
---

# Add Samples To Pvc Voice

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

Add audio samples to a PVC voice

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

- SampleResponseModel[]
  - `sample_id` string, required — The ID of the sample.
  - `file_name` string, required — The name of the sample file.
  - `mime_type` string, required — The MIME type of the sample file.
  - `size_bytes` integer, required — The size of the sample file in bytes.
  - `hash` string, required — The hash of the sample file.
  - `duration_secs` number, nullable
  - `remove_background_noise` boolean, nullable
  - `has_isolated_audio` boolean, nullable
  - `has_isolated_audio_preview` boolean, nullable
  - `speaker_separation` SpeakerSeparationResponseModel
    - `voice_id` string, required — The ID of the voice.
    - `sample_id` string, required — The ID of the sample.
    - `status` 'not_started' | 'pending' | 'completed' | 'failed', required — The status of the speaker separation.
    - `speakers` object, nullable — The speakers of the sample.
    - `selected_speaker_ids` string[], nullable — The IDs of the selected speakers.
  - `trim_start` integer, nullable
  - `trim_end` integer, nullable

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