---
title: "Download voice clone audio sample"
method: GET
path: "/voice_clones/{id}/sample"
tags: ["Voice Clones"]
---

# Download voice clone audio sample

`GET /voice_clones/{id}/sample`

Downloads the WAV audio sample that was used to create the voice clone.

## Path parameters

- `id` string, uuid, required

## Response `200`

WAV audio sample binary.

## Other responses

- `401` — Unauthorized — missing or invalid bearer token.
- `404` — Voice clone not found.

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
