通过 id 获取历史记录
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
GET
/v1/history/{history_item_id}
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/v1/history/' \
--header 'xi-api-key;'
响应示例响应示例
200 - 成功示例
{
"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>"
}
请求参数
Path 参数
history_item_id
string
必需
Header 参数
xi-api-key
string
可选