MyVocal新增公用音色列表与调用说明
详情请访问:https://my.feishu.cn/wiki/YMrZw7FWIiuSgskQS8tcihnKnph?from=from_copylink
curl --location --request GET 'https://api.voicelibrary.co/enterprise/v1/voices' \
--header 'api-key;' \
--header 'Accept: audio/mpeg' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"voices": [
{
"voice_id": "string",
"name": "string",
"category": "string"
}
]
}