{"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"}]}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.302.ai/mureka/v1/tts/podcast' \
--header'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--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"
}]
}'