- API接口
- 数字人形象
- 克隆音色
- 购买算力套餐
- 支付
- 用户算力流水
- 用户
- 算力消耗配置
- 政策协议
- 首页
- 文件
- 测试
- 租户后台
- 数字人视频
- 声音素材
- 视频素材
- 创客接口密钥配置
- 算力套餐
- 营销中心
- 算力消耗配置
- key池
- 声音合成
- 内容管理(敏感词)
- 前台装修
- 协议配置
- 客服配置
- 用户登录配置
- 渠道设置
- 交易设置
- 工作台GET
- 平台端
数字人合成算力配置
开发中
GET
/api/power.powerConfig/getAvatarConfig
请求参数
Query 参数
mode
string
必需
示例值:
1
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/power.powerConfig/getAvatarConfig?mode=1'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
video_mode_title
string
租户数字人合成模式自定义名称
video_mode_status
integer
租户数字人合成模式状态
video_power
integer
租户数字人合成模式单位时长消耗算力
video_time
string
必需
示例
{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"video_mode_title": "string",
"video_mode_status": 0,
"video_power": 0,
"video_time": "string"
}
}
修改于 2025-02-27 09:57:03