- 订单
- 管理后台
- 产品
- 后台订单管理
- 卡券管理
- 用户资产相关
- 后台用户管理
- 角色权限管理
- 支付
- 素材管理
- 复刻
- 审核白名单
- 用户中心
- 数据可视化
- 视频录制
- 视频录制测试
- 灵犀直播接口
- 配置私有声音
- 复刻-0样本
- 调度后台-liveadmin
- 数字人平台
- deepmesh平台
- 训练平台
- API开放平台
管理后台-获取部署驱动列表
开发中
数字人-开发环境
https://magicmir.52ttyuyin.com
数字人-开发环境
https://magicmir.52ttyuyin.com
POST
https://magicmir.52ttyuyin.com
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Body 参数application/json
request_id
string
必需
task_id
integer
任务id
示例
{
"request_id": "1111",
"task_id": 123
}
返回响应
🟢200成功
application/json
Body
start_frame
integer
必需
end_frame
integer
必需
id
integer
必需
anchor_id
integer
必需
status
integer
必需
anchor
object
必需
id
integer
必需
name
string
必需
gender
string
必需
cover_url
string
必需
paster_url
string
必需
ext_type
integer
必需
anchor_type
integer
必需
anchor_version
string
必需
model_version
string
必需
anchor_uuid
string
必需
gpus
array[string]
必需
resolution
string
必需
paster_frame
string
必需
crop_location
object
必需
crop_type
integer
必需
示例
{
"start_frame": 100,
"end_frame": 200,
"id": 1,
"anchor_id": 12345,
"status": 1,
"anchor": {
"id": 12345,
"name": "数字人A",
"gender": "male",
"cover_url": "https://example.com/cover.jpg",
"paster_url": "https://example.com/paster.png",
"ext_type": 1,
"anchor_type": 1,
"anchor_version": "v1.0",
"model_version": "3.5.3",
"anchor_uuid": "qw_lingxi_001_femail",
"gpus": [
"A100",
"A40"
],
"resolution": "1920x1080",
"paster_frame": "2",
"crop_location": {
"left_top": {
"x": 0.1,
"y": 0.1
},
"right_down": {
"x": 0.9,
"y": 0.9
}
},
"crop_type": 1
}
}
修改于 2025-05-13 08:43:59