{
"conversations": [{
"text": "Helo, my name is Luna.",
"voice":"Luna"
},{
"text": "Hello, my name is Jack.",
"voice":"Jake"
},{
"text": "Prior study has shown that there would exist some variations of patterns and regularities related to instrumentation changes and growing loudness across multi-decadal trends.",
"voice":"Luna"
},{
"text": "The integration of vision and speech in MLLMs is not straightforward due to their inherently.",
"voice":"Jake"
}]
}
curl --location --request POST 'https://api.302.ai/mureka/v1/tts/podcast' \
--header 'Authorization: Bearer ' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"conversations": [{
"text": "Helo, my name is Luna.",
"voice":"Luna"
},{
"text": "Hello, my name is Jack.",
"voice":"Jake"
},{
"text": "Prior study has shown that there would exist some variations of patterns and regularities related to instrumentation changes and growing loudness across multi-decadal trends.",
"voice":"Luna"
},{
"text": "The integration of vision and speech in MLLMs is not straightforward due to their inherently.",
"voice":"Jake"
}]
}'
{
"url": "https://cdn.mureka.ai/cos-prod/open/tts/20250407/63540069269505-UpQQkqaTw2g14tyFCAUMTR.mp3",
"expires_at": 1744097576,
"trace_id": "ef935217ebaad83f83c28acf9ce69cc9"
}