- API接口
- 测试
- 租户后台
- 数字人视频
- 声音素材
- 视频素材
- 创客接口密钥配置
- 算力套餐
- 营销中心
- 算力消耗配置
- key池
- 声音合成
- 内容管理(敏感词)
- 前台装修
- 协议配置
- 客服配置
- 用户登录配置
- 渠道设置
- 交易设置
- 工作台GET
- 平台端
数字人合成记录列表
开发中
GET
/tenantapi/avatar.aiAvatarRecord/lists
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/tenantapi/avatar.aiAvatarRecord/lists'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
lists
array [object {20}]
必需
count
integer
必需
page_no
integer
必需
page_size
integer
必需
extend
array[string]
必需
示例
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 1,
"tenant_id": 1,
"uid": 1,
"task_id": "172882268490253800443612",
"voice_id": "1",
"video_id": "1",
"cost_power": "",
"status": "1",
"completion_time": "2024-10-16 11:10:19",
"cost_time": "269995",
"file_id": "3",
"duration": "00:00:00",
"size": "228886",
"cover": "http://uyw77txw.ai_avatar.localhost/uploads/file/20241105/202411052251534ae8a0730.mp3",
"create_time": "2024-10-13 20:31:24",
"voice": {
"id": 1,
"tenant_id": 1,
"uid": 1,
"name": "测试",
"record": null,
"file_id": "4",
"create_time": null,
"update_time": "2024-11-07 23:43:27",
"delete_time": null,
"cover": "",
"timbre_name": "cosyvoice-hihoo-bcad81d"
},
"video": {
"id": 1,
"tenant_id": 1,
"uid": 1,
"name": "测试",
"cover": "",
"record": null,
"duration": null,
"file_id": "1",
"create_time": null,
"update_time": null,
"delete_time": null
},
"resultFile": "http://uyw77txw.ai_avatar.localhost/uploads/video/20241016/202410162331192baa26791.mp4",
"userName": "用户63119181",
"userAvatar": "http://uyw77txw.ai_avatar.localhost/resource/image/common/default_avatar.png"
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": []
}
}
修改于 2025-02-27 09:57:03