{
"inputs": [
{
"text": "Knock knock",
"voice_id": "JBFqnCBsd6RMkjVDRZzb"
},
{
"text": "Who is there?",
"voice_id": "29vD33N1CtxCmqQRPOHJ"
}
]
}
curl --location --request POST 'https://api.302.ai/elevenlabs/text-to-dialogue?response_format=url' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"inputs": [
{
"text": "Knock knock",
"voice_id": "JBFqnCBsd6RMkjVDRZzb"
},
{
"text": "Who is there?",
"voice_id": "29vD33N1CtxCmqQRPOHJ"
}
]
}'
{
"url": "https://file.302.ai/gpt/imgs/20250821/21e0713331fb4a71a6ffe2af732d2fc5.mp3"
}