For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Connect
BlogHelp CenterAPI PricingSign up
OverviewElevenCreativeElevenAgentsElevenAPIReception AIAPI referenceChangelog
OverviewElevenCreativeElevenAgentsElevenAPIReception AIAPI referenceChangelog
  • API reference
    • Introduction
    • Authentication
    • Streaming
  • ElevenAgents
  • ElevenAPI
      • POSTDesign a voice
      • POSTCreate a voice
      • POSTRemix a voice
      • STREAMStream voice preview
  • ElevenCreative
  • Core Resources
  • Workspace
  • Legacy
LogoLogo
Login
Login
Connect
BlogHelp CenterAPI PricingSign up
ElevenAPIVoice Design

Stream voice preview

GET
/v1/text-to-voice/:generated_voice_id/stream
GET
/v1/text-to-voice/:generated_voice_id/stream
$curl https://api.elevenlabs.io/v1/text-to-voice/generated_voice_id/stream

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

Was this page helpful?
Previous

Create sound effect

Next
Built with

Path parameters

generated_voice_idstringRequired

The generated_voice_id to stream.

Headers

xi-api-keystringOptional

Response

Streaming audio data

Errors

422
Unprocessable Entity Error