分页查询数字人列表
GET
https://openman.weta365.com/metaman/open/avatar/infos
https://openman.weta365.com/metaman/open/avatar/infos
数字人查询
请求参数
Query 参数
current
integer
页码(最小值1)
示例值:
1
customType
string
可选
示例值:
sys
size
integer
可选
示例值:
10
speakerName
string
可选
示例值:
元
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://openman.weta365.com/metaman/open/avatar/infos?current=1&customType=sys&size=10&speakerName=元'
返回响应
🟢200OK
application/json
Body
code
integer <int32>
可选
data
object (Page«AvatarInfo»)
可选
current
integer <int64>
可选
hitCount
boolean
可选
isSearchCount
boolean
可选
optimizeCountSql
boolean
可选
orders
array[object (OrderItem) {2}]
可选
pages
integer <int64>
可选
records
array[object (AvatarInfo) {29}]
可选
searchCount
boolean
可选
size
integer <int64>
可选
total
integer <int64>
可选
message
string
可选
ok
boolean
可选
示例
{
"code": 200,
"message": "操作成功",
"data": {
"records": [
{
"id": "1644252493754011648",
"speakerName": "元仪",
"speakerId": "chunchun2_live",
"speakerType": "two",
"speakerWidth": 1080,
"speakerHeight": 1920,
"speakerUrl": "https://mobvoi-digitalhuman-public.weta365.com/metaman/storage_audio/DEFAULT_GROUP/20221024/a8838231e9434196a37993e8b5feb595.515435f8731b45a497a04ebacecabe97.1584427297476317185_chunchun_2_body.png",
"speakerModelType": "avatar_v3",
"gender": "female",
"magicAudioId": "moshuqi_meet_24k",
"headx": 357,
"heady": 327,
"headr": 195,
"headUrl": "https://mobvoi-digitalhuman-public.weta365.com/metaman/storage_audio/DEFAULT_GROUP/20221020/8f869e6b12ce4fb08c1cb5d1c99d0d46.95df848344134ff988ad2f1ca38be45d.1583024309390151681_chunchun_2_head.png",
"headWidth": 584,
"headHeight": 584,
"customType": "sys",
"created": "2023-04-07 16:15:18",
"status": "published",
"lastUpdateTime": "2023-06-29 20:00:07",
"figureUrl": null,
"recommend": null,
"wwid": null,
"sortNum": null,
"phone": null,
"vipType": null,
"published": null,
"product": "open_api",
"gifUrl": null
},
{
"id": "1644252493791760384",
"speakerName": "元芯",
"speakerId": "hanhan_1",
"speakerType": "two",
"speakerWidth": 1080,
"speakerHeight": 1920,
"speakerUrl": "https://mobvoi-digitalhuman-public.cn-bj.ufileos.com/metaman/storage_audio/DEFAULT_GROUP/20221024/34f53072d37b4dc2b4b3198ec1493b19.aac4692e84e24bff93474a7fd323755e.1584427288160768001_hanhan_1_body.png",
"speakerModelType": "avatar_v3",
"gender": "female",
"magicAudioId": "moqianxue_meet_24k",
"headx": 348,
"heady": 587,
"headr": 241,
"headUrl": "https://mobvoi-digitalhuman-public.cn-bj.ufileos.com/metaman/storage_audio/DEFAULT_GROUP/20221020/ba7cab4b0de8469484056d638a2a764b.18763647138c43f0bf7b021ce43245aa.1583024300787634177_hanhan_1_head.png",
"headWidth": 722,
"headHeight": 722,
"customType": "sys",
"created": "2023-04-07 16:15:18",
"status": "published",
"lastUpdateTime": "2023-06-05 10:15:47",
"figureUrl": null,
"recommend": null,
"wwid": null,
"sortNum": null,
"phone": null,
"vipType": null,
"published": null,
"product": "open_api",
"gifUrl": null
}
],
"total": 91,
"size": 2,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"isSearchCount": true,
"hitCount": false,
"searchCount": true,
"pages": 46
},
"ok": true
}
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
修改于 2023-08-18 07:53:07