MyVocal新增公用音色列表与调用说明
详情请访问:https://my.feishu.cn/wiki/YMrZw7FWIiuSgskQS8tcihnKnph?from=from_copylink
curl --location --request GET 'https://api.voicelibrary.co/enterprise/v1/user/usage?start_date=2026-02-01&end_date=2026-02-28' \
--header 'api-key;' \
--header 'Content-Type: text/plain' \
--data-raw ''{
"user_id": "user_xxx",
"start_date": "2025-09-**",
"end_date": "2025-09-**",
"expire_at": "2025-10-**T**:**:**",
"status": "active",
"shared_concurrency": 5,
"dedicated_concurrency": 0,
"tts": {
"turbo_chars": "***",
"v2_chars": "***",
"v3_chars": "***",
"skyblight_chars": "***",
"total_chars": "***",
"quota_limit": "*****"
},
"ivc": {
"total_used": "*",
"quota_limit": "**"
},
"pvc": {
"total_used": "*",
"quota_limit": "*"
}
}