---
title: "Download voice design audio sample"
method: GET
path: "/voice_designs/{id}/sample"
tags: ["Voice Designs"]
---

# Download voice design audio sample

`GET /voice_designs/{id}/sample`

Downloads the WAV audio sample for the voice design. Returns the latest version's sample by default, or a specific version when `?version=N` is provided. The `id` parameter accepts either a UUID or the design name.

## Path parameters

- `id` string, required

## Query parameters

- `version` integer

## Response `200`

WAV audio sample binary.

## Other responses

- `401` — Unauthorized — missing or invalid bearer token.
- `404` — Voice design or version 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)
