{
"input": "你好呀,你最近在干什么,有什么可以帮助你的吗?",
"voice_id": "7426720361753968677",
"response_format": "wav"
}
curl --location --request POST 'https://api.coze.cn/v1/audio/speech' \
--header 'Authorization: Bearer pat_fVxFDsCb9VkvPkU9c1ediFOgu5XJKfhJcgQ6vgneTHVj5I3KxjYGaJXKymA5MvTq' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": "你好呀,你最近在干什么,有什么可以帮助你的吗?",
"voice_id": "7426720361753968677",
"response_format": "wav"
}'
{}