Elevenlabs
  1. 声音
Elevenlabs
  • 文字转语音
    • 减少延迟
    • 文字转语音
      POST
    • Streaming
      POST
  • 历史
    • 获取生成的物品
      GET
    • 通过 id 获取历史记录
      GET
    • 删除历史记录项
      DELETE
    • 从历史项目中获取音频
      GET
    • 下载历史项目
      POST
  • 样品
    • 删除样本
      DELETE
    • 从样本中获取音频
      GET
  • 用户
    • 获取用户订阅信息
      GET
    • 获取用户信息
      GET
  • 声音
    • 获取声音
      GET
    • 获取默认语音设置
      GET
    • 获取语​​音设置
      GET
    • 获取语​​音
      GET
    • 删除语音
      DELETE
    • 编辑语音设置
      POST
    • 添加语音
      POST
    • 编辑声音
      POST
  • 语音库
    • 查询库
      GET
    • 添加共享语音
      POST
  • 项目
    • 获取项目
      GET
    • 通过 id 获取项目
      GET
    • 添加项目
      POST
    • 删除项目
      DELETE
    • 转换项目
      POST
    • 获取项目快照
      GET
    • 流式传输项目音频
      POST
    • 获取章节
      GET
    • 通过 id 获取章节
      GET
    • 删除章节
      DELETE
    • 转换章节
      POST
    • 获取章节快照
      GET
    • 流式传输章节音频
      POST
    • 更新发音词典
      POST
  • 发音词典
    • 从文件添加
  • 模型
    • 获取模型
  • 音频原生
    • 创建启用音频的项目
  1. 声音

获取声音

开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
GET
/v1/voices

请求参数

Header 参数

返回响应

🟢200成功
application/json
Body

🟠422参数错误
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/v1/voices' \
--header 'xi-api-key;'
响应示例响应示例
200 - 成功示例
{
  "voices": [
    {
      "available_for_tiers": [
        "<string>"
      ],
      "category": "<string>",
      "description": "<string>",
      "fine_tuning": {
        "dataset_duration_seconds": 123,
        "finetuning_progress": 123,
        "finetuning_state": "not_started",
        "is_allowed_to_fine_tune": true,
        "language": "<string>",
        "manual_verification": {
          "extra_text": "<string>",
          "files": [
            {
              "file_id": "<string>",
              "file_name": "<string>",
              "mime_type": "<string>",
              "size_bytes": 123,
              "upload_date_unix": 123
            }
          ],
          "request_time_unix": 123
        },
        "manual_verification_requested": true,
        "message": "<string>",
        "slice_ids": [
          "<string>"
        ],
        "verification_attempts": [
          {
            "accepted": true,
            "date_unix": 123,
            "levenshtein_distance": 123,
            "recording": {
              "mime_type": "<string>",
              "recording_id": "<string>",
              "size_bytes": 123,
              "transcription": "<string>",
              "upload_date_unix": 123
            },
            "similarity": 123,
            "text": "<string>"
          }
        ],
        "verification_attempts_count": 123,
        "verification_failures": [
          "<string>"
        ]
      },
      "high_quality_base_model_ids": [
        "<string>"
      ],
      "labels": {},
      "name": "<string>",
      "preview_url": "<string>",
      "samples": [
        {
          "file_name": "<string>",
          "hash": "<string>",
          "mime_type": "<string>",
          "sample_id": "<string>",
          "size_bytes": 123
        }
      ],
      "settings": {
        "similarity_boost": 123,
        "stability": 123,
        "style": 123,
        "use_speaker_boost": true
      },
      "sharing": {
        "cloned_by_count": 123,
        "date_unix": 123,
        "description": "<string>",
        "disable_at_unix": 123,
        "enabled_in_library": true,
        "financial_rewards_enabled": true,
        "free_users_allowed": true,
        "history_item_sample_id": "<string>",
        "instagram_username": "<string>",
        "labels": {},
        "liked_by_count": 123,
        "live_moderation_enabled": true,
        "name": "<string>",
        "notice_period": 123,
        "original_voice_id": "<string>",
        "public_owner_id": "<string>",
        "rate": 123,
        "review_message": "<string>",
        "review_status": "not_requested",
        "status": "enabled",
        "tiktok_username": "<string>",
        "twitter_username": "<string>",
        "voice_mixing_allowed": true,
        "whitelisted_emails": [
          "<string>"
        ],
        "youtube_username": "<string>"
      },
      "voice_id": "<string>"
    }
  ]
}
修改于 2024-02-06 08:49:47
上一页
获取用户信息
下一页
获取默认语音设置
Built with