Eachlabs | AI Workflows for app builders
elevenlabs-text-to-speech

ElevenLabs Text to Speech

Generates natural-sounding speech from written text. Delivers clear pronunciation, smooth pacing, and expressive tone—ideal for voiceovers, narration, and digital content.

Avg Run Time: 10.000s

Model Slug: elevenlabs-text-to-speech

Category: Text to Voice

Create a Prediction

Send a POST request to create a new prediction. This will return a prediction ID that you'll use to check the result. The request should include your model inputs and API key.

Get Prediction Result

Poll the prediction endpoint with the prediction ID until the result is ready. The API uses long-polling, so you'll need to repeatedly check until you receive a success status.