cURL
curl --request POST \ --url https://api.modelhunter.ai/api/v1/elevenlabs/text-to-speech \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "model": "<string>", "input": { "dialogue": [ {} ], "stability": 123, "language_code": "<string>" }, "webhookUrl": "<string>", "metadata": {} } '
{ "success": true, "data": { "id": "task_elevenlabs_tts_123", "status": "pending", "type": "text-to-speech", "provider": "elevenlabs", "model": "elevenlabs/text-to-dialogue-v3", "created_at": "2026-03-16T10:00:00Z", "estimated_seconds": 30 } }
Generate expressive multi-speaker dialogue audio using Eleven v3.
elevenlabs/text-to-dialogue-v3
$0.12
1000
Show properties
5000
text
[whispering]
voice
GET /api/v1/elevenlabs/voices
0
1
auto