查询库
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
GET
/v1/shared-voices
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/v1/shared-voices' \
--header 'xi-api-key;'
响应示例响应示例
200 - 成功示例
{
"has_more": true,
"last_sort_id": "<string>",
"voices": [
{
"accent": "<string>",
"age": "<string>",
"category": "<string>",
"cloned_by_count": 123,
"date_unix": 123,
"description": "<string>",
"descriptive": "<string>",
"free_users_allowed": true,
"gender": "<string>",
"instagram_username": "<string>",
"language": "<string>",
"live_moderation_enabled": true,
"name": "<string>",
"notice_period": 123,
"preview_url": "<string>",
"public_owner_id": "<string>",
"rate": 123,
"tiktok_username": "<string>",
"twitter_username": "<string>",
"usage_character_count_1y": 123,
"usage_character_count_7d": 123,
"use_case": "<string>",
"voice_id": "<string>",
"youtube_username": "<string>"
}
]
}
请求参数
Header 参数
xi-api-key
string
可选