---
title: "Text To Voice Preview Streaming"
method: GET
path: "/v1/text-to-voice/{generated_voice_id}/stream"
tags: ["text-to-voice"]
---

# Text To Voice Preview Streaming

`GET /v1/text-to-voice/{generated_voice_id}/stream`

Stream a voice preview that was created via the /v1/text-to-voice/design endpoint.

## Path parameters

- `generated_voice_id` string, required — The generated_voice_id to stream.

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

Streaming audio data

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