{
"stream": true,
"vcn": "x2_chongchong",
"speed": 50,
"volume": 50
}
curl --location --request POST 'https://api.listenai.com/v1/tts' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"stream": true,
"vcn": "x2_chongchong",
"speed": 50,
"volume": 50
}'
{
"stream_id": "1dcc7852-0e0c-439f-b153-49d8c76be624",
"url": "https://integration-api.iflyos.cn/external/skill_app_action/stream_tts/1dcc7852-0e0c-439f-b153-49d8c76be624",
"stream": false
}