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/history

请求参数

Header 参数

返回响应

🟢200成功
application/json
Body

🟠422参数错误
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/v1/history' \
--header 'xi-api-key;'
响应示例响应示例
200 - 成功示例
{
  "has_more": true,
  "history": [
    {
      "character_count_change_from": 123,
      "character_count_change_to": 123,
      "content_type": "<string>",
      "date_unix": 123,
      "feedback": {
        "audio_quality": true,
        "emotions": true,
        "feedback": "<string>",
        "glitches": true,
        "inaccurate_clone": true,
        "other": true,
        "review_status": "<string>",
        "thumbs_up": true
      },
      "history_item_id": "<string>",
      "model_id": "<string>",
      "request_id": "<string>",
      "settings": {},
      "share_link_id": "<string>",
      "state": "created",
      "text": "<string>",
      "voice_category": "premade",
      "voice_id": "<string>",
      "voice_name": "<string>"
    }
  ],
  "last_history_item_id": "<string>"
}
修改于 2024-02-06 08:41:05
上一页
Streaming
下一页
通过 id 获取历史记录
Built with