- API接口
- 测试
- 租户后台
- 数字人视频
- 声音素材
- 视频素材
- 创客接口密钥配置
- 算力套餐
- 营销中心
- 算力消耗配置
- key池
- 声音合成
- 内容管理(敏感词)
- 前台装修
- 协议配置
- 客服配置
- 用户登录配置
- 渠道设置
- 交易设置
- 工作台GET
- 平台端
数字人合成全部模式算力配置
GET
/tenantapi/setting.power.powerConfig/getAllAvatarConfig
请求参数
无
示例代码
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/setting.power.powerConfig/getAllAvatarConfig'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
V1
object
必需
V2
object
必需
示例
{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"V1": {
"video_mode_title": "string",
"video_mode_status": 0,
"video_power": 0,
"video_time": "string"
},
"V2": {
"video_mode_title": "string",
"video_mode_status": 0,
"video_power": 0,
"video_time": "string"
}
}
}
修改于 2025-02-27 09:57:03