elevenlabs/text-to-speech-turbo-2-5
Content generation using elevenlabs/text-to-speech-turbo-2-5 ## Query Task Status After submitting a task, use the unified query endpoint to check progress and retrieve results: <Card title="Get Task Details" icon="lucide-search" href="/market/common/get-task-detail"> Learn how to query task status and retrieve generation results </Card> For production use, we recommend using the `callBackUrl` parameter to receive automatic notifications when generation completes, rather than polling the status endpoint. ## Related Resources <CardGroup cols={3}> <Card title="Market Overview" icon="lucide-store
audio ElevenLabs price on request
Request
POST https://app.video-blade.com/api/v1/generations
X-API-Key: vb_…
Content-Type: application/json
{
"callback_url": "https://your-app.example/callbacks/video-blade",
"input": {
"text": "\u2026"
},
"model": "elevenlabs-text-to-speech-turbo-2-5"
}
Input parameters
| Name | Type | Required | Description |
|---|---|---|---|
text |
string | required | The text to convert to speech (Max length: 5000 characters) |
voice |
string | optional | The voice to use for speech generation. Can be a preset voice name (e.g. Rachel, Adam) or a voice ID. You can preview a voice by opening https://static.aiquickdraw.com/elevenlabs/voice/<voice_id>.mp3 in your browser (replace <voice_id> with the actual voice ID). For example: https://static.aiquickdraw.com/elevenlabs/voice/N2lVS1w4EtoT3dr4eOWO.mp3 Available voices: EkK5I93UQWFDigLMpZcX - James - Husky, Engaging and Bold Z3R5wn05IrDiVCyEkUrK - Arabella - Mysterious and Emotive NNl6r8mD7vthiJatiJt1 - Bradford - Expressive and Articulate YOq2y2Up4RgXP2HyXjE5 - Xavier - Dominating, Metallic Announc Values: EkK5I93UQWFDigLMpZcX, Z3R5wn05IrDiVCyEkUrK, NNl6r8mD7vthiJatiJt1, YOq2y2Up4RgXP2HyXjE5, B8gJV1IhpuegLxdpXFOE, 2zRM7PkgwBPiau2jvVXc, 1SM7GgM6IMuvQlz2BwM3, 5l5f8iK3YPeGga21rQIX, scOwDtmlUjD3prqpp97I, NOpBlnGInO9m6vDvFkFC, BZgkqPqms7Kj9ulSkVzn, wo6udizrrtpIxWGp2qJk, gU0LNdkMOQCOrPrwtbee, DGzg6RaUqxGRTHSBjfgF, x70vRnQBMBu4FAYhjJbO, Sm1seazb4gs7RSlUVw7c, P1bg08DkjqiVEzOn76yG, qDuRKMlYmrm8trt5QyBn, qXpMhyvQqiRxWQs4qSSB, TX3LPaxmHKxFdv7VOQHJ, N2lVS1w4EtoT3dr4eOWO, FGY2WhTYpPnrIDTdsKH5, kPzsL2i3teMYv0FxEYQ6, UgBBYS2sOqTuMpoF3BR0, hpp4J3VqNfWAUOO0d1Us, nPczCjzI2devNBz1zQrb, uYXf8XasLslADfZ2MB4u, gs0tAILXbY5DNrJrsM6F, DTKMou8ccj1ZaWGBiotd, vBKc2FfBKJfcZNyEt1n6, DYkrAHD8iwork3YSUBbs, 56AoDkrOh6qfVPDXZ7Pt, eR40ATw9ArzDf9h3v7t7, g6xIsTj2HwM6VR4iXFCw, lcMyyd2HUfFzxdCaC4Ta, 6aDn1KB0hjpdcocrUkmq, Sq93GQT4X1lKDXsQcixO, flHkNRp1BlvT73UL6gyz, 9yzdeviXkFddZ4Oz8Mok, pPdl9cQBQq4p6mRkZy2ZDefault:
EkK5I93UQWFDigLMpZcX |
stability |
number | optional | Voice stability (0-1) (Min: 0, Max: 1, Step: 0.01) (step: 0.01) Default:
0.5 |
similarity_boost |
number | optional | Similarity boost (0-1) (Min: 0, Max: 1, Step: 0.01) (step: 0.01) Default:
0.75 |
style |
number | optional | Style exaggeration (0-1) (Min: 0, Max: 1, Step: 0.01) (step: 0.01) Default:
0 |
speed |
number | optional | Speech speed (0.7-1.2). Values below 1.0 slow down the speech, above 1.0 speed it up. Extreme values may affect quality. (Min: 0.7, Max: 1.2, Step: 0.01) (step: 0.01) Default:
1 |
timestamps |
boolean | optional | Whether to return timestamps for each word in the generated speech (Boolean value (true/false)) |
previous_text |
string | optional | The text that came before the text of the current request. Can be used to improve the speech's continuity when concatenating together multiple generations or to influence the speech's continuity in the current generation. (Max length: 5000 characters) |
next_text |
string | optional | The text that comes after the text of the current request. Can be used to improve the speech's continuity when concatenating together multiple generations or to influence the speech's continuity in the current generation. (Max length: 5000 characters) |
language_code |
string | optional | Language code (ISO 639-1) used to enforce a language for the model. Currently only Turbo v2.5 and Flash v2.5 support language enforcement. For other models, an error will be returned if language code is provided. (Max length: 500 characters) |
Pricing
Price on request; the charge is settled from actual consumption with the audio coefficient ×2.0. See Pricing & tokens.