Text-to-Dialogue (Create Multi-person Dialogue)
Pricing: 0.3 PTC/1000 characters Request
Body Params application/json
{
"inputs": [
{
"text": "Knock knock",
"voice_id": "JBFqnCBsd6RMkjVDRZzb"
},
{
"text": "Who is there?",
"voice_id": "29vD33N1CtxCmqQRPOHJ"
}
]
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/elevenlabs/text-to-dialogue?response_format=url' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"inputs": [
{
"text": "Knock knock",
"voice_id": "JBFqnCBsd6RMkjVDRZzb"
},
{
"text": "Who is there?",
"voice_id": "29vD33N1CtxCmqQRPOHJ"
}
]
}'
Responses
application/json {
"url": "https://file.302.ai/gpt/imgs/20250821/21e0713331fb4a71a6ffe2af732d2fc5.mp3"
}
Modified at 2025-08-25 08:26:52