---
title: "Get voice audio preview"
method: GET
path: "/api/v2/voices/{voice_id}/preview"
tags: ["Voices"]
---

# Get voice audio preview

`GET /api/v2/voices/{voice_id}/preview`

Returns an audio preview of the voice. May redirect (302) to an external audio URL.

## Path parameters

- `voice_id` string, required

## Headers

- `X-API-KEY` string, nullable
- `Authorization` string, nullable
- `X-Workspace-Id` string, nullable

## Response `200`

Audio preview bytes.

- unknown

## Other responses

- `302` — Redirect to external audio URL.
- `401` — Invalid or missing API key.
- `404` — Voice not found.
- `422` — Validation Error
- `429` — Rate limit exceeded.

---

[API](https://skmtc.net/heymilo/apis/heymilo-public-api.md) · [All operations](https://skmtc.net/heymilo/apis/heymilo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/heymilo/heymilo-public-api/revisions/a93ca9c2c777/schema)
