Public digital human list
Response Fields Description#
Primary Field | Secondary Field | Tertiary Field | Quaternary Field | Description |
---|
code | | | | Response status code |
message | | | | Response message |
data | list | List Data | | Digital human list data |
| | id | | Digital human avatar ID |
| | name | | Digital human name |
| | gender | | Gender |
| | figure | List Data | Digital human avatar - list data |
| | | type | Avatar type: whole_body (full body), circle_view (headshot), sit_body (sitting posture) |
| | | cover | Avatar address |
| | | width | Width |
| | | height | Height |
| | | preview_video_url | Digital human preview video URL |
| | audio_man_id | | Voice timbre ID of the digital human |
| | audio_name | | Timbre name |
| | audio_preview | | Timbre preview |
| | audio_lang | | Supported languages for timbre (en English, cn Chinese, multilingual) |
| page_info | | | Pagination information |
| | page | | Current page number |
| | size | | Page size |
| | total_count | | Total number of digital humans |
| | total_page | | Total number of pages |
Request
Example:Bearer {{YOUR_API_KEY}}
Request samples
curl --location --request GET 'https://api.302.ai/chanjing/open/v1/list_common_dp?page=1&size=20' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz'
Responses
application/json {
"trace_id": "5c809e7f2d55ef4dfccdd61911cf25bc",
"code": 0,
"msg": "success",
"data": {
"list": [
{
"id": "1421df93d7754ee19dcaa18e85b68f39",
"name": "文昊",
"figures": [
{
"type": "sit_body",
"cover": "https://res.chanjing.cc/chanjing/res/person/2024-07-02/a0068cec-4705-464a-b808-59eea81d6804_cover.png",
"width": 1080,
"height": 1920,
"preview_video_url": "https://res.chanjing.cc/chanjing/res/person/2024-07-02/717c08bd-1105-44b8-b510-a68e6b1817e5_480.webm"
},
{
"type": "circle_view",
"cover": "https://res.chanjing.cc/chanjing/res/person/2024-07-02/57088ee1-c040-418d-974f-fce13b8e0f7d_cover.png",
"width": 728,
"height": 728,
"preview_video_url": "https://res.chanjing.cc/chanjing/res/person/2024-07-02/489157a8-f164-422c-9748-d8758131aa09_480.webm"
}
],
"gender": "男",
"audio_name": "磁性中年男声",
"audio_man_id": "C-CASE-14b71dd114fb4048ac35790979df2360",
"audio_lang": "multilingual",
"audio_preview": "https://res.chanjing.cc/chanjing/res/upload/tts/2024-04-18/e208dbf0822068c6f27342052235ad30.wav"
}
]
}
}
Modified at 2025-06-23 07:19:53