Speech & audio › ElevenLabs

elevenlabs/text-to-dialogue-v3

Dialogue text-to-speech generation using elevenlabs/text-to-dialogue-v3 ## 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="l

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": {
    "dialogue": "\u2026"
  },
  "model": "elevenlabs-text-to-dialogue-v3"
}

Input parameters

NameTypeRequiredDescription
dialogue array required Array of dialogue items. Each item contains text and voice. The total character count of all text fields combined must not exceed 5000 characters.
stability number optional Voice stability parameter. Must be one of the following values: 0.0, 0.5, or 1.0
Values: 0, 0.5, 1
Default: 0.5
language_code string optional Language code for the speech. Default is empty string or omit the parameter for automatic language detection.
Values: af, ar, hy, as, az, be, bn, bs, bg, ca, ceb, ny, hr, cs, da, nl, en, et, fil, fi, fr, gl, ka, de, el, gu, ha, he, hi, hu, is, id, ga, it, ja, jv, kn, kk, ky, ko

Pricing

Price on request; the charge is settled from actual consumption with the audio coefficient ×2.0. See Pricing & tokens.